My Computer Tips

Home | About | Categories | All Tips & Tutorials

Open and edit files using Visual Studio Code from Filezilla FTP Client on Linux

ID: 204

Category: Ubuntu

Added: 27th of October 2020

Views: 36,689



Click here to buy Visual Code Studio books
Affiliate Link ⓘ


Visual Studio Code is one of my favourite code editors. If you are using Filezilla and want to quickly edit a webpage using Visual Studio Code on Linux you need to change the following settings in Filezilla.

Open Filezilla and go to Edit >> Settings

Click on File Editing, and set the radio button to use Custom Editor

In the text field below you need to enter the full path to Visual Studio Code, this is usually found in the /usr/bin/ directory, so you need to enter the following /usr/bin/code

Next select the radio button Always use default editor and click OK to finalise the settings.


In Filezilla, right click on the file you wish to edit, and select view/edit from the context menu, this should then open the file in Visual Studio Code.

Related Tips & Tutorials

Install Microsoft Visual Studio Code in Kubuntu, Ubuntu and Ubuntu based distributions. Compile and execute C++ script