Ralph
- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 12
-
创建于 Code 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 ... -
创建于 Seemingly 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. ...