Ralph
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Code completion invoked at some positions only
AnsweredI'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 ... -
Created Seemingly random behavior for Find Usages
AnsweredMy custom language plugin implements References and a FindUsagesProvider for numeric and string variables, where the latter all end in a '$' character. ...