-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Razor pages #138
Comments
I was working on a prototype at one point but left it abandoned due to lack of time :( My initial dabblings at parser+lexer for razor: https://github.com/razzmatazz/fazor |
Not sure if that is the right approach. Ideally it should integrate with microsoft asp.net razor libs/parsers to not maintain our own. |
I have found https://github.com/dotnet/razor, which supposedly implements a LS "rzls", but apparently noone is using it. |
i found the rzls thing a while back as well and tried to build and then use it but failed even building it |
ok so getting rzls to build and work wasnt so hard now but it seems it has a ton of custom LSP messages and that language server wont work with a general LSP client implementation |
☝🏻 that was exactly the result of my investigation of rzls, --you would need to implement additional behaviour and preserve a lot of state on the client to integrate it |
I am working on a plugin to hopefully work towards support for this is anyone is looking to collaborate |
Related: Find-references would now list locations in cshtml files too, with #190 merged in |
does this mean we can try using this in cshtml/razor files? |
Is support for Razor pages planned?
I'm currently working on an ASP.NET Core Razor project and having LSP support in cshtml files would be awesome.
The text was updated successfully, but these errors were encountered: