Replies: 4 comments 6 replies
-
Are you seeking assistance on how to integrate Far Manager into VS Code? Or are you simply informing the community about the possibility of doing so? |
Beta Was this translation helpful? Give feedback.
-
VS code, same as VS, has an integrated terminal. |
Beta Was this translation helpful? Give feedback.
-
For cases like mine, to use Far as command line on steroids with hidden panels and the current directory set to VSCode current: "terminal.integrated.profiles.windows": {
"Far": {
"path": "C:\\Bin\\Far\\x64\\Far.exe",
"args": ["-set:Panel.Left.Visible=false", "-set:Panel.Right.Visible=false", "-set:Panel.Left.Folder=.", "-set:Panel.Right.Folder=."]
}, |
Beta Was this translation helpful? Give feedback.
-
Wow... It's a good idea to be on the github. I love Far. I develop programs in C# FrameWork 4, F# FrameWork 7 only on the Far editor. There is not enough feature for highlighting lines with some bright background, such as sometimes happens with the input of the phrase TODO. It works, but not always. And by the way, I haven't found a documented description that describes how to use TODO to make everything more beautiful. Perhaps you can use, say, three asterisks to highlight a line in a bright color, yellow or purple. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'd like to share the idea that far manager could be integrated into Visual Studio Code.
Thanks.
Bertrand B.
Beta Was this translation helpful? Give feedback.
All reactions