liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

No autocompletion #49

Open Ahmadre opened 5 years ago

Ahmadre commented 5 years ago

Describe the feature The autocompletion doesn't work in remote code-workspace / folder.

To Reproduce Steps to reproduce the behavior:

  1. Open a remote workspace / folder
  2. Try to autocomplete anything

Expected behavior Autocomplete everything that autocompletes in target-system as well.

Desktop (please complete the following information):

Extension Logs - required [trace] stat / [trace] stat /.vscode [trace] stat /Server/models/user.js [trace] stat / [trace] connect to domain [trace] readDirectory / [trace] readDirectory / [trace] readFile /Server/models/user.js [trace] stat /.vscode [trace] stat /.vscode/extensions.json [trace] stat /.vscode [trace] readDirectory /Server [trace] readDirectory /Server [trace] stat / [trace] stat /.git/config [trace] stat /.git/config [trace] stat /node_modules [trace] readDirectory / [trace] stat /pom.xml [trace] readDirectory /Server/models [trace] readDirectory /Server/api [trace] readDirectory /Server/models [trace] stat / [trace] readDirectory / [trace] readDirectory /Server [trace] readDirectory /Server/models [trace] readDirectory /Server/api [trace] stat / [trace] readDirectory / [trace] readDirectory /Server [trace] readDirectory /Server/models [trace] readDirectory /Server/api [trace] stat /Server/models/user.js [trace] stat /Server/models/user.js [trace] stat /Server/models/user.js [trace] stat /Server/models/user.js [trace] stat /.vscode/extensions.json [trace] stat / [trace] readDirectory /

gjsjohnmurray commented 5 years ago

Maybe related to #20. If the language server that's providing autocomplete for your language doesn't cater for FileSystemProvider it won't see your code.