vscode-code-outline
vscode-code-outline copied to clipboard
Not supported in RemoteFS / FTP service?
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.
Outline never accesses your code, it depends on a language extension providing a list of symbols in the currently opened document.
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.