Skip to content

include option to immediately display intellisense while typing without pressing ctrl space #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mousetraps opened this issue Aug 2, 2015 · 2 comments

Comments

@mousetraps
Copy link
Contributor

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

@noopole
Copy link

noopole commented Aug 4, 2015

I think NTVS already does this.
I never press [CTRL + Space].
Maybe I didn't quite understand this feature.

@mousetraps
Copy link
Contributor Author

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.

@billti billti added this to the September milestone Aug 20, 2015
@mousetraps mousetraps self-assigned this Sep 13, 2015
mousetraps added a commit to mousetraps/nodejstools that referenced this issue Sep 14, 2015
…r is typed

- trigger completion by default when both AutoListMembers and
  ShowCompletionListAfterCharacterTyped options are selected
- adds option to options page
mousetraps added a commit that referenced this issue Sep 15, 2015
#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants