liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
167 stars 18 forks source link

Code outline not working with RemoteFS #20

Open cdsaenz opened 6 years ago

cdsaenz commented 6 years ago

First, excellent work, love the extension.

Now I'm trying to have a code outline (an indexed way to jump to method or functions, in this case, PHP) and using the RemoteFS extension to open the files directly from my hosting code-outline extension won't parse any symbols. Works locally though. Maybe there's some kind of cache that I can enable for RemoteFS? Thanks a lot!

QuentinMaypic commented 6 years ago

Same problem here :)

gjsjohnmurray commented 5 years ago

My guess is the extension you're using to provide DocumentSymbolProvider information for PHP doesn't support uris that act through FileSystemProvider. For a similar issue with JS and TS files, see https://github.com/microsoft/vscode/issues/74611