Add option to always show word based suggestions
See original GitHub issue- VSCode Version: 1.9.1
Steps to Reproduce:
- Go to an empty TypeScript file
- Enter
fooBarBaz
- Enter a new line and then type
fooBa
Expected result: word based quick suggestions should show.
Actual result: no quick suggestions. Ctrl+space shows a popup with content ‘No suggestions’.
Try the same in a JavaScript file and it works.
I would like IntelliSense and word based suggestions for my TypeScript.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:59
- Comments:25 (7 by maintainers)
Top Results From Across the Web
Enable text suggestions in Windows - Microsoft Support
Enable text suggestions in Windows · Select (Start) > Settings. · In the Windows settings, select Time & language. · In the Time...
Read more >VS Code tips — The Editor: Quick suggestions setting - YouTube
The Quick suggestions setting lets you configure if/when suggestions are shown as you type in VS Code."editor.
Read more >IntelliSense in Visual Studio Code
VS Code IntelliSense offers different types of completions, including language server suggestions, snippets, and simple word based textual completions.
Read more >Get word suggestions & fix mistakes - Android - Messages Help
The Gboard suggestions feature is available on Pixel 4a and later. This feature offers suggestions to supported languages only, and is available in...
Read more >Use predictive text on iPhone - Apple Support
Reject the suggestions by tapping your original word (shown as the predictive text option with quotation marks). A note in the Notes app...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why don’t you keep asking the word-based provider to complete the list of suggestions? The ‘smart’ provider is not always so smart, and word-based suggestions are enough most of the time. In this case there would still be some word-based suggestions even if the smart provider does not give any.
Just the same way you always add the snippets provider: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/suggest/common/suggest.ts#L52
This seems to affect every suggestion provider, not only TS/JS: fr1zle/vscode-elixir#56
I think I found the solution to this. This extension does this feature.
https://marketplace.visualstudio.com/items?itemName=Atishay-Jain.All-Autocomplete