lexxish

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
lexxish created a post, AnsweredDetermining if plugin was launched from IDEA itself during plugin development
I know I can use PlatformUtils to determine which product is running, but how do I tell if I'm running from a copy of IDEA that was launched by IDEA itself during plugin development. i.e. I'm curre... -
-
-
lexxish created a post, Get current auto-complete at cursor
I'm trying to get the list of possible auto-complete values at the current cursor location. class CursorListener : CaretListener { override fun caretPositionChanged(event: CaretEvent) { v...