Sublime Forum

Getting suggestions from auto complete

#1

Hi everyone,

when writing JavaScript it would be nice to get suggestions of possible auto-complete entries. Example:
Currently I write “get” and it shows me a suggestion for get. I press tab and then i and it automatically makes a getElementById. However, I want to get a list of all get-functions when I type get. Also, I would like the suggestions-window to stay on screen while typing and highlighting everything I type. Is that possible?

Thanks!
Best,
Chris

0 Likes

#2

Maybe this is what you are looking for: https://packagecontrol.io/packages/SublimeCodeIntel.

0 Likes