Jump to content

How to setup External Editor?


photo

Recommended Posts

I am looking for an option so double click on cs file in the Editor would open JetBrains Rider instead of Visual Studio Code.
Disclaimer: I am JetBrains employee.

Edited by ivan.shakhov
Link to comment

Hi Ivan,

The fastest option I guess will be to simply delete VS Code (or rename it's executable) so the Editor will load default system application for .cs files. We are searching for the following aliases while opening .cs files:

  • code
  • code-oss
  • vscode
  • vscode-oss
  • visual-studio-code
  • visual-studio-code-oss

 

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment

Hi Ivan,

Sure, but it will happens no earlier than 2.12 update (summer). We already added .sln file that Rider can parse and load.

I've read a thread in Jetbrains youtrack, but still can't fully understand why Rider can't just support a .csproj and generate proper .sln for it? VS Code and Visual Studio can do it relatively easy (that's was the our primary goal, to not provide a redundant user-generated files, but rather a minimal setup that will be handled by IDE).

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...