razor icon indicating copy to clipboard operation
razor copied to clipboard

Have more tests directly use C# language server

Open allisonchou opened this issue 3 years ago • 1 comments

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

allisonchou avatar Apr 07 '22 20:04 allisonchou

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

davidwengier avatar Sep 07 '22 09:09 davidwengier