How to use VSCode to remotely edit website files?

前端 未结 8 1328
忘了有多久
忘了有多久 2020-12-18 00:53

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. <

8条回答
  •  猫巷女王i
    2020-12-18 01:12

    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.

提交回复
热议问题