Gilad
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created [missing from docs] Getting PSI file with full file path
AnsweredHi, I'm trying to get PSI file using the full path of the file, and it seems impossible right now. In the docs, https://www.jetbrains.org/intellij/sdk/docs/basics/psi_cookbook.html, it specifies a ... -
Created Is there a away to check if my plugin is running locally?
AnsweredHi, I want to manage releases (dev/staging/prod) on my plugin and I thought that differentiating between dev and the others would be easy: I'd just check if the plugin is running local, but I haven...