Open in VSCode is a fman Plugin that allows you to:
- Switch Visual Studio Code to the directory of the currently selected fman pane
- Command:
Open current pane in VSCode
- Command:
- Open a new instance of Visual Studio Code to the selected fman pane
- Command:
Open current pane in VSCode (New Instance)
- Command:
- Open all selected files in Visual Studio Code without switching your active VSCode folder
- Command:
Open files in VSCode
- Command:
- Open all selected files in a new Visual Studio Code window
- Command:
Open files in VSCode (New Instance)
- Command:
This plugins provides example Key Bindings that you can change. The default key bindings are:
[
{
"keys": [
"Ctrl+G"
],
"command": "open_folder_in_code"
},
{
"keys": [
"Ctrl+Alt+G"
],
"command": "open_folder_in_code_new_window"
},
{
"keys": [
"Ctrl+E"
],
"command": "open_files_in_code"
},
{
"keys": [
" Ctrl+Alt+E"
],
"command": "open_files_in_code_new_window"
}
]
Open fman and press CTRL+P
and goto Install plugin
.
From the List select Open files in VSCode
and press Enter.
For more Information on how to install plugins see here