conventional-changelog / standard-version

:trophy: Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
ISC License
7.69k stars 794 forks source link

built in intellisense #302

Open jason919 opened 5 years ago

jason919 commented 5 years ago

with this plugin, the VS code built in intellisense seems to be disabled. It can't do regular javascript auto completion any more.

stevemao commented 5 years ago

What makes it incompatible with VS code?

jason919 commented 5 years ago

for example, a.js requires another b.js, the functions from b.js don't pop up automatically inside a.js after press dot or ctrl+space. But if I disable the appcelerator plugin, then the functions from b.js can show up in autocomplete