Completions are not suggested and fix doesn't work
See original GitHub issueHi, I’m on Windows and latest version of Sublime. I get suggestions only if I force them, I tried the “scopes” fix adding this to the user settings:
{
"scopes": [
{
"scope": ".",
"auto": true,
// add your extensions here:
"extensions": ["css", "html", "js"]
}
]
}
but it doesn’t work. If I use keyboard shortcuts to insert paths it works. Can somebody help me with this?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:12 (6 by maintainers)
Top Results From Across the Web
IntelliJ: Code completion not working - no suggestions
'm trying to use the ctrl + spacebar shortcut in IntelliJ for code completion but every time I do it, it returns "no...
Read more >Completions don't work · Issue #157 · ahmetb/kubectx - GitHub
The installation succeeded, and I am able to use both kubectx and kubens, however completions are not working (assuming I'm doing it right)....
Read more >Why does intellisense and code suggestion stop working ...
The only solution that I have tried is to reset all my settings, close out of Visual Studio completely and reopen the project...
Read more >Code completion not working in 10.2 | Apple Developer Forums
I've turned auto-complete on and off - and still nothing. It says "indexing" for a hot minute and it doesn't seem to be...
Read more >[Solved] Tab Completion Not Working in Ubuntu & Debian
Further troubleshooting the auto completion ... Normally, this should fix the problem but if bash-completion is already installed and you still ...
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
@Cooperdale sublime may be further configured to open the autocompletion panel: https://www.granneman.com/webdev/editors/sublime-text/top-features-of-sublime-text/auto-completion-in-sublime-text/. i.e.
Absolute paths start with a
/
to prevent any misinterpretation. adding a regex toreplace_on_insert
should work around the other cases.