C#/.NET Roslyn LSP
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 70/100
Research direction
Look at the existing LSP definitions in the registry, likely in a JSON or YAML configuration file. Compare with the csharp-ls entry. Understand how to specify the installation command (dotnet tool install) and the required flags (--stdio --autoLoadProjects). Test adding the new entry locally to ensure it works, then propose the change.
Written by the indexing model from the issue text.
Description
Hi,
I noticed that for C#/.NET the csharp-ls LSP is supported but the official roslyn-language-server LSP (on GitHub at dotnet/roslyn, on Nuget as roslyn-language-server) is missing.
Manually running dotnet tool install --global roslyn-language-server --prerelease and then adding roslyn-language-server --stdio --autoLoadProjects as an additional LSP in Nova seems to work fine but I am not a Nova expert and I am very early in my re-testing of Nova so I could be wrong 😅
Is there a reason why Roslyn LSP is not natively included in the registry? Maybe the --prerelease install, maybe the extra --stdio --autoLoadProjects flags required, maybe some blocking bugs?
- Dominant language
- Python
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Getting set up
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from panicinc/nova-registry
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
panicinc/nova-registry#6 · 1 comment ·
All issues in panicinc/nova-registry
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
gradio-app/gradio#13895 ·
Maintainers usually reply within 1 day
-
build-error
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spack/spack-packages#6713 ·
Maintainers usually reply within 1 day
-
Use issue templatesOpen
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
ActivityWatch/activitywatch#1464 · 1 reaction ·
Maintainers usually reply within 1 day
-
[Bug]: The ckg tool drops the return type of every decorated Python method in class search resultsOpen
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
bytedance/trae-agent#483 ·
Maintainers usually reply within 1 day