Martin Turoci

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Martin Turoci commented, -
-
Martin Turoci created a post, AnsweredPycharm find files importing current files
I am implementing CompletionContributor which requires (in order to get correct autocomplete suggestions) having a look at: Curent file - done. Files imported by the current file - done via resolv... -
Martin Turoci created a post, Project wizard in Pycharm
I am writing a Pycharm CE plugin and was following https://plugins.jetbrains.com/docs/intellij/adding-new-steps.html, but unfortunately I always get the same default create project page without my ... -
-
-
Martin Turoci created a post, AnsweredDynamic registration of (version-based) live templates groups
I am trying to build a live template plugin for our framework's SDK. The thing is, these templates can differ between SDK versions, e.g. v1.0 can have different API for a button than v2.0. I manage...