Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
mac champ
Total activity
14
Last activity
January 17, 2016 03:47
Member since
December 19, 2014 19:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 20, 2014 13:57
Okay, thank you Alexander, I will look into creating a plugin next week and log a feature request soon.Edit: seems like this feature request will work for my needs as wellhttps://youtrack.jetbrains...
Community
IntelliJ IDEA Users
Tips on creating complicated live templates with groovy?
0 votes
Created
January 08, 2015 14:03
Ok, thank you for that. Would you be open to adding "Local variable or parameter can be 'final'" as well?In the meantime, I will continue working on my plugin's Action for fun/education. Thank you ...
Community
IntelliJ IDEA Open API and Plugin Development
Finding places where a field is used/assigned?
0 votes
Created
February 08, 2015 22:42
Ok, sounds good. I will use Configurable and seek out some other examples of its usage. Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin settings / configuration / preferences example?
0 votes
Created
January 07, 2015 21:38
Thank you Dmitry; that makes sense. I will investigate the ReferenceSearch utility next. As for the Intention, I realize the field-can-be-final intention exists, but I could not find a way to apply...
Community
IntelliJ IDEA Open API and Plugin Development
Finding places where a field is used/assigned?
0 votes
Created
January 07, 2015 22:27
Hmm, maybe I am doing something wrong. In my code, I forced a situation where a field was highlighted by the can-be-final Inspection.I click "Analyze" then "Code Cleanup"Select "Current File"Click ...
Community
IntelliJ IDEA Open API and Plugin Development
Finding places where a field is used/assigned?
0 votes
Created
January 08, 2015 17:52
Okay, what you say makes sense, and I think I agree. I still need to pursue automating these ideas/inspections/actions for other reasons, though. I will post back here if I run into any more troubl...
Community
IntelliJ IDEA Open API and Plugin Development
Finding places where a field is used/assigned?
0 votes
Created
December 29, 2014 18:50
Thanks for this, Nikolay. I have been picking at this issue for several days now. I finally decided to see if there was a plugin development forum and search for my problem and found your post imme...
Community
IntelliJ IDEA Open API and Plugin Development
How to add import statement to the class programatically
0 votes