Andreas Herd
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Andreas Herd created a post, Find all TypeScriptClass.class PsiElements in a project
Is there a convenient way to find all typescript classes as PsiElement in a project scope (would be also great if it would respect the closest tsconfig.json location)? -
-
Andreas Herd created a post, instanceof not working
I wanted to try to write my first plugin, however I got stuck quite early on. I want to add a simple Annotator at first which should be run when it encounters a JSStringTemplateExpression. I added ...