I need to be able to remotely log into web servers for my clients and edit code remotely. I mostly use this for CSS changes, but also am starting to play with PHP as well. <
Open Filezilla -> Edit -> Settings -> File Editing -> Filetype associations then type:
php "C:\Users\\AppData\Local\Programs\Microsoft VS Code\Code.exe" %f
Note: substitute with your windows username
Bonus: php can be replace with any kind of file format. Just write file extension name on lowercase.