-
Notifications
You must be signed in to change notification settings - Fork 676
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
Update Razor to include more C# actions. #3445
Conversation
- Adds support for find all references, go to definition, go to implementation and CodeLens. - Fixed several bugs which resulted in the Razor language server crashing. - Updated change log to give a brief description of what was added on Razor's side. - Updated test-plan to include quick tests of newly added features
@@ -11,6 +11,13 @@ | |||
|
|||
## 1.21.9 (Not yet released) | |||
* Use the base filename instead of 'ClassName' in ctor snippet (PR:[#3385](https://github.com/OmniSharp/omnisharp-vscode/pull/3385)) | |||
* Updated Razor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danroth27 I took the approach of a simple changelog. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dig it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@NTaylorMullen I've rerun the failed CI a couple times to see if it was just being flaky. The failing test has a 15 second time out. Not sure if remapping is pushing this over or not. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool!
Codecov Report
@@ Coverage Diff @@
## master #3445 +/- ##
======================================
Coverage 89.8% 89.8%
======================================
Files 59 59
Lines 1589 1589
Branches 89 89
======================================
Hits 1427 1427
Misses 151 151
Partials 11 11
Continue to review full report at Codecov.
|
Adds support for find all references, go to definition, go to implementation and CodeLens.
Fixed several bugs which resulted in the Razor language server crashing.
Updated change log to give a brief description of what was added on Razor's side.
Updated test-plan to include quick tests of newly added features
Working on getting some Razor grammar goods in the box. We'll see if I can get them into a good enough state; if so i'll update the PR.
@ryanbrandenburg @ajaybhargavb Please look over the changelog / test-plan to ensure I didn't miss anything or if I can word something better.