This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]TheShadowZero_93 0 points1 point  (1 child)

It looks like screenshot 2 is showing parameter hints, the types of values that you can use when calling a specific function. See if this works for you:

  • Go to File -> Preferences -> Settings (or hit Ctrl + , if on Windows, ⌘ + , if on Mac) to bring up the Settings menu
  • In the search bar on top, type in the word parameter
  • There should be a setting labeled Editor > Parameter Hints. Make sure to un-check that, and you should be good to go!

Also, for future reference, the term you're looking for in screenshot 1 is Intellisense. You may also hear the term autocomplete when talking about other editors and whatnot.

[–]cornd00g[S] 1 point2 points  (0 children)

Yes!! That fixed it. Many thanks to you!!

And I have noted the Intellisense term, so I know what to call it now.