SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

AutoComplete with package ? #392

Open Hitokii opened 1 year ago

Hitokii commented 1 year ago

So i use a RPI , with docker and portainer.... (im not sure it's usefull but anyways)

i really like this extension and im not sure if the bug/problem come from it but in the FS i used to make a discord bot using node and docker.

everything is working fine my code run and all, but i don't have Autocomplete when pressing ctrl+space.

For exemple : usually i write "client. " and i get proposition, like the methods of client. (client.on / client.once)

does someone have the same issue ?