Nikita
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How is it better to orginize inspection code
AnsweredI am creating a plugin (python) with inspection that will do some actions like: ``` with MyRoot( id = 'id', mydate='1234-01-01' ): someVar = MyElement( endDate='' ) ``` So t... -
Created How use cache in plugin dvelpoment?
AnsweredI am wrinting a plugin that will grab some information from PsiElement and the make http request. And when I run this logic for all files in the project - performance will be very slow. So I need a...