OmniSharp / omnisharp-emacs

Troll coworkers - use Emacs at work for csharp!
GNU General Public License v3.0
514 stars 94 forks source link

razorfile & cshtml file support #503

Closed chayward1 closed 4 years ago

chayward1 commented 4 years ago

Editor: Doom Emacs v2.0.9

Hello! Sorry if this is not the right place to ask this but I am curious about if there is the option of syntax highlighting for both razorfiles (.razor) and cshtml files?

razzmatazz commented 4 years ago

Hi @chayward1. No, razor file "intellisense" is not supported with omnisharp-emacs. We're thinking about deprecating this project when (once) we have LSP servers available that support C# properly.

Most probably, LSP server needs to be written for razor OR integrated into existing C# servers.