anacierdem / vscode-requirejs

Provides goto definition functionality for require js modules.
MIT License
21 stars 14 forks source link

vscode requirejs intellisense #78

Open easyfrog opened 2 years ago

easyfrog commented 2 years ago

Is this extension support requirejs intellisense?

I down load the example and add a function to rabbit.js named hello

image

and in the main.js can not show any completions

image
anacierdem commented 2 years ago

No it does not support autocompletion. I implemented a very crude version once but reverted it b/c it was unstable. The plugin is not maintained anymore though...