Jshieh

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
Jshieh created a post, Missing essential plugins: rider.intellij.plugin.appender when trying to run test
I'm trying to run a test for my rider plugin, however, the test errors out with the following: `Missing essential plugins: rider.intellij.plugin.appender` The test I'm trying to run is this: clas... -
Jshieh created a post, When creating error annotation, it doesn't automatically underline in Solution Explorer in Rider
Hi, I have extended the Annotator class to create error annotations for my custom YAML files when there's a syntax error. However, it only underlines that particular PsiElement and not the tab at t...