question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Completions are not suggested and fix doesn't work

See original GitHub issue

Hi, 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:open
  • Created 7 years ago
  • Reactions:4
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sagoldcommented, Sep 11, 2016

@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.

"auto_complete_triggers":
[
    {
        "characters": "abcdefghijklmnopqrstuvwxyz",
        "selector": "string.quoted.double.html"
    }
]
0reactions
sagoldcommented, Jan 20, 2017

Absolute paths start with a / to prevent any misinterpretation. adding a regex to replace_on_insert should work around the other cases.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found