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