vscode-code-outline icon indicating copy to clipboard operation
vscode-code-outline copied to clipboard

Not supported in RemoteFS / FTP service?

Open cdsaenz opened this issue 6 years ago • 2 comments

I've installed Code Outline to have a simple index of functions in VSCode. Tried it and it works well with a local file, but I'm using RemoteFS to connect to an FTP folder (it works very well) and it seems not to pick up the outline for this outline extension.. is there any workaround for that? I guess somehow the outline extension can't access the code and thus, returns an empty list (refresh won't work). Thanks.

cdsaenz avatar Jun 20 '18 19:06 cdsaenz

Outline never accesses your code, it depends on a language extension providing a list of symbols in the currently opened document.

patrys avatar Jun 20 '18 19:06 patrys

Oh thanks. I installed PHP Symbols, I guess that's how it works locally, but doesn't work with the FTP cache (maybe it's a cache?) of RemoteFS. I'll ask there. Thanks a lot.

cdsaenz avatar Jun 20 '18 19:06 cdsaenz