Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellisense window is way too small

Tags:

xcode

Xcode Intellisense

For some reason, I got this very tiny Intellisense window. It's so tiny that I can't get any help from what type a certain property needs, etc. Any way to solve this problem?

like image 766
Jinwook Kim Avatar asked Nov 01 '25 20:11

Jinwook Kim


1 Answers

You can try to re-initialize the autocomplete suggestion to fix the window's dimensions issue:

  1. Un-check XCode > Preferences > Text Editing > Editing > Suggest completions while typing

enter image description here

  1. Restart XCode
  2. Enable Suggest completions while typing
like image 105
iUrii Avatar answered Nov 03 '25 12:11

iUrii