You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the features that I really liked with vscode was the folder path intellisense inside require('path') while doing NodeJs development. Now I just see a list of global variables. I don't use the new salsa, and I'm targeting ES5.
Something that might be worth mentioning is that the intellisense of the required modules is working as before.
One of our most long-standing bugs/requests has been for path completion in references and imports ( #188 ), this is another variation on that (as we just added require module support). I'll close this as a duplicate and add this extra scenario to that bug.
From @mathiasdose on February 11, 2016 8:20
One of the features that I really liked with vscode was the folder path intellisense inside require('path') while doing NodeJs development. Now I just see a list of global variables. I don't use the new salsa, and I'm targeting ES5.
Something that might be worth mentioning is that the intellisense of the required modules is working as before.
Copied from original issue: microsoft/vscode#2923
The text was updated successfully, but these errors were encountered: