Martin Turoci
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
创建于 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... -
已编辑于 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 ... -
已编辑于 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...