Ralph
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
-
-
Ralph created a post, AnsweredCode completion invoked at some positions only
I've noticed that the code completion for my plugin doesn't work for some positions. For example, where the | denotes the cursor, at this position MOV @symbol,@| represented by this Psi tree code ... -
-
-
Ralph created a post, AnsweredSeemingly random behavior for Find Usages
My custom language plugin implements References and a FindUsagesProvider for numeric and string variables, where the latter all end in a '$' character. ... -
Ralph created a post, AnsweredHow to deal with include paths?
For my custom language plugin, I'd like to define include paths that point to additional source library files, like in C. First of all, I don't know at all how to define an include path in IDEA. T... -
-