Nikita
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Nikita created a post, AnsweredHow is it better to orginize inspection code
I 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... -
Nikita created a post, AnsweredHow use cache in plugin dvelpoment?
I 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... -
-