Remote Host Hightlight
Hello,
How can I get my code synthax/plugins working while working on my server which Im using for dev?
When I edit file on remote host most of the code is white and has no color (locally everything is working fine) and the plugins doesn't seems to work either...
Thanks
Please sign in to leave a comment.
Advanced syntax highlighting is based on resolving and thus is only available for files that are included in project, i.e. available locally in your project folder
Ok, is there any equivalent to do it then ? When I was using VSCode I was using an extension for SSH and making connection and all files had all the functionality, is there any equivalent way to work remotely ?