-
Notifications
You must be signed in to change notification settings - Fork 11
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
Space key suggestion bug #110
Labels
Comments
on track for closure :) |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 29, 2023
* Fixup typo in 3.3.0 changelog * Remove space from trigger char list (#110) * Remove unused code in completionProvider.ts * Replace Method.document with Method.uriString * Refactor completion items for methods * Refactor `preChar` calc and add comments * Cleanup completionProvider so it's testable * Fix parser casing * Document buildScript and Script * Fixup provideCompletionItemsInner docs * Update settings descriptions * prefer const * cleanup debug dispatcher start * WIP deep pick and basic tests * Change Omit to Pick * Fixup completionProvider test * Cleanup API for completion items * Fixup types * a * fixup comments * wip second test * fixup intellisense settings * note outer tests TBD * Remove unnecessary async/await * Improve docs for Method class * Show comma-space separated params in IntelliSense * Simplify PartialMethod type, removing DeepPick * More tests * Finalize provideCompletionItemsInner * Remove console log * Run all tests, not just new ones! * Mark format tests for consolidation * Fixup provideDocumentFormattingEdits unused param * Add manual tests to repo, update demo * fixup demos * Add completion provider manual tests * Change `SharpDirective` to `IfDirective` for clarity * Fixup manual tests
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In vscode autohotkey-plus-plus,
just pushing space key suggest code completion.
this is very annoying to edit code.
In other language mode (ie: javascript), suggestion only activated when pushing non-space key or ctrl + space key.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: