mattblackdev / meteor-package-intellisense

Enables IntelliSense for local meteor packages by teaching VS Code where your 'meteor/package-name' imports are coming from.
7 stars 2 forks source link

[WIP] Include folders from env var METEOR_PACKAGE_DIR #2

Open arggh opened 5 years ago

arggh commented 5 years ago

Heavily WORK IN PROGRESS, but I thought I'd share this as a starting point for #1 . Doesn't yet work if the folders are outside of the workspace and I haven't considered the scenario where METEOR_PACKAGE_DIRS isn't available.