Andreas Herd
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 2
-
创建于 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)? -
创建于 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 ...