Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Martin Turoci
Total activity
12
Last activity
June 07, 2021 12:48
Member since
February 16, 2021 07:36
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (3)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
May 19, 2021 14:55
Thanks Mikhail Golubev! Exactly what I needed, works like a charm.
Community
IntelliJ IDEA Open API and Plugin Development
Pycharm find files importing current files
0 votes
Created
May 19, 2021 13:14
Thanks for a response Jakub Chrzanowski. There is nothing special, just copypasted code from docs, but can share, maybe I slipped somewhere. <idea-plugin> <id>id...</id> <name>Name</name> ...
Community
IntelliJ IDEA Open API and Plugin Development
Project wizard in Pycharm
0 votes
Edited
February 17, 2021 08:24
Is it possible to add a custom string (in my case version) to the value attribute and access it later in my template? <template ....> <variable .../> <context> <option name="MyContext" value="...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic registration of (version-based) live templates groups
0 votes
Edited
February 16, 2021 17:56
Thanks Yann. > DefaultLiveTemplatesProvider would still provide a static list of templates, regardless of current project/environment. Correct, however, I got it working more or less how I want wit...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamic registration of (version-based) live templates groups
0 votes