Martin Turoci
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
Martin Turoci 进行了评论, -
-
Martin Turoci 创建了一个帖子, 已回答Pycharm 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 创建了一个帖子, 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 创建了一个帖子, 已回答Dynamic 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...