vscode-allautocomplete icon indicating copy to clipboard operation
vscode-allautocomplete copied to clipboard

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

Open dmxt opened this issue 6 years ago • 5 comments

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

  • Startup Activation: 19ms
  • Profile: 5455.77ms

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

  • Issue Type: Bug
  • Extension Name: All-Autocomplete
  • Extension Version: 0.0.23
  • OS Version: Linux x64 5.5.13-arch1-1
  • VSCode version: 1.43.0-insider

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": []
}

dmxt avatar Mar 30 '20 04:03 dmxt

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 avatar Jul 02 '23 19:07 kubiqsk

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?

kubiqsk avatar Jul 02 '23 19:07 kubiqsk

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

atishay avatar Jul 09 '23 00:07 atishay

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

kubiqsk avatar Jul 11 '23 07:07 kubiqsk

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

dmxt avatar Jul 19 '23 00:07 dmxt