Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Larson
Total activity
19
Last activity
November 15, 2017 21:51
Member since
January 24, 2017 22:49
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (3)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
November 15, 2017 21:51
See the inspection sample https://github.com/JetBrains/intellij-sdk-docs/tree/master/code_samples/inspection and the plugin https://github.com/markiewb/idea-find-duplicate-class-inspection-plugin f...
Community
IntelliJ IDEA Open API and Plugin Development
Question about a new custom inspection
0 votes
Created
October 06, 2017 19:08
@Vassiliy Kudryashov: I like to add a searchable and toggleable option to my own plugin
Community
IntelliJ IDEA Open API and Plugin Development
How to create toggleable options?
0 votes
Created
June 12, 2017 16:36
I guess you can create a live template on the fly (at runtime). This way you can adapt how many fields will be in the live template.
Community
IntelliJ IDEA Open API and Plugin Development
[Plugin][In development] Plugin that expands Builder setters automatically for you and moves cursor to each setter
0 votes
Created
February 01, 2017 21:48
Have a look at the code https://github.com/JetBrains/intellij-community/search?utf8=%E2%9C%93&q=DebugProcessListener https://github.com/JetBrains/intellij-community/blob/bc62a61c96dabc24d6a7e76b4...
Community
IntelliJ IDEA Open API and Plugin Development
Running code on breakpoint hit event
0 votes
Created
February 01, 2017 21:41
@Sergey: I created https://youtrack.jetbrains.com/issue/IDEA-167520
Community
IntelliJ IDEA Open API and Plugin Development
How to enable "for current project" indicator, when registering a "projectConfigurable"?
0 votes
Created
February 01, 2017 21:20
How about ```ALT-F1 (Select In...)```, then ```8. Changes```?
Community
IntelliJ IDEA Users
Jump to changelist from source code
0 votes
Created
January 28, 2017 16:52
I figured out a workaround. I only tried 2016.3.3. You have to set the displayName attribute. <extensions defaultExtensionNs="com.intellij"> <projectConfigurable displayName="An explicit display na...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable "for current project" indicator, when registering a "projectConfigurable"?
0 votes
Created
January 24, 2017 22:49
It is named "Parameter hints" See https://blog.jetbrains.com/idea/2016/09/intellij-idea-2016-3-eap-faster-git-log-parameter-hints-and-more/
Community
IntelliJ IDEA Plugin Users
Seeking Plugin Name
0 votes