atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
105 stars 25 forks source link

Unresponsive, performance issue, cannot understand the instruction to "attach" #58

Open dmxt opened 4 years ago

dmxt commented 4 years ago

All Autocomplete extension won't start due to 'Unresponsive' and 'Performance Issue' with

I can't start this extension, it just takes way too long... I'm seeking assistance or information so I can start using auto-completion again.

Auto-generated content

CPU Profile

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 5,
        "activateCallTime": 14,
        "activateResolvedTime": 1149,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "Atishay-Jain.All-Autocomplete",
                "_lower": "atishay-jain.all-autocomplete"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": []
}
kubiqsk commented 1 year ago

Same problem for me (probably). It's not working... Installed, activated, but in Runtime status: Not yet activated. I have opened CSS file and HTML file and I expect to autocomplete classes from CSS in my HTML, but there is nothing. I've tried CTRL+SPACE also TAB competitions... I have a few autocomplete suggestions, but nothing from my CSS file - nothing from this All Autocomplete extension

kubiqsk commented 1 year ago

I've just noticed that this is a 3 years old issue, so I guess this extension is abandoned, or author is simply ignoring these Github threads?

atishay commented 1 year ago

The extension is open source. Happy to take pull requests. I am not able to reproduce the issue

kubiqsk commented 1 year ago

Thank you for the answer, but I've decided I will not contribute for now and I'll stay with working solutions in Sublime Text.

For the ones who try to move to VSCode:

There are a few extensions like this one, that work flawlessly in Sublime, but in VSC I'm not able to configure or run them properly. Autocomplete in general is really confusing in VSC, like auto closing quotes sometimes work, but mostly not, or HTML attributes competitions not working... I've tried a lot of extensions...

I'm also using global variables in my snippets, so I can configure some constants per project, but it seams to be impossible in VSC to do that.

I'm also using shortcodes binded to a mousewheel up or down and that's also impossible in VSC...

And a few more limitations that simply make me uncomfortable to move to VSC

dmxt commented 1 year ago

@kubiqsk I agree. I just use Jetbrains, and it works great.