razor
razor copied to clipboard
Have more tests directly use C# language server
We should have more tests directly use the C# language server since we have that capability now.
- [x] Completion
- [x] Completion resolve
- [x] Document highlight
- [ ] FindRefs
- [x] GoToDef
- [x] GoToImpl
- [x] Hover
- [x] OnAutoInsert
- [x] Rename
- [x] Semantic tokens
- [x] Signature help
- [ ] Final cleanup
The move to single server got us a few more of these, but also means the "final cleanup" should wait until we've fully committed to single server