Maciej Górski

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
Maciej Górski created a post, Idea shows augmented methods as red.
Hey,I have "added" methods to my classes using PsiAugmentedProvider. Even though I have code completion for generated methods, it shows them as red when I have finished statement with semicolon.I h... -
Maciej Górski commented, -
-
Maciej Górski created a post, PsiAugmentProvider to augment that class implements some interface
Hey,I'm trying to use PsiAugmentProvider to make Idea think my class implements some interface.What would be the correct PsiElement type to work with and return from getAugments?I have tried to do ...