You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only show completions after pressing dot or Ctrl+space. So if you just started typing "proc", this feature would immediately pop up a completions list with process. If your build action is set to "content", you'll see the list immediately because JSLS is kicking in, but you won't see it when editing node code.
…r is typed
- trigger completion by default when both AutoListMembers and
ShowCompletionListAfterCharacterTyped options are selected
- adds option to options page
#345 Include option to show completion list after a character is typed
* trigger completion by default when both AutoListMembers and ShowCompletionListAfterCharacterTyped options are selected
* adds option to options page
Fix#345
For instance, typing 'v' should display all completions matching "v". Currently you would have to type "v<ctrl+space>"
This is most well known as: "Show completion list after a character is typed"
copied from: https://nodejstools.codeplex.com/workitem/1719
The text was updated successfully, but these errors were encountered: