Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tianshil
Total activity
22
Last activity
August 17, 2022 08:51
Member since
April 26, 2017 05:51
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (7)
Comments (8)
Sort by recent activity
Recent activity
Votes
Edited
August 17, 2022 08:51
Hi Karol, Thanks for your quick reply. This API is what I'm looking for. However, I found it only worked with IntelliJ IDEA and when I tried to install my plugin on Android Studio it caused the fol...
Community
IntelliJ IDEA Open API and Plugin Development
How to show a pop up at a specific location of the code editor?
0 votes
Created
October 07, 2020 17:52
Thanks for checking this for me!
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio plugin modifying the XML layout editor
0 votes
Created
November 20, 2017 19:21
I see. Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Local inspection invoked in file A, and error registered in file B. Is this possible?
0 votes
Created
November 14, 2017 16:51
What code should I look at if I want to create and configure the special severity attributes? Is it gonna change the presentation of an existing warning level, say GENERIC_ERROR_OR_WARNING?
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 votes
Created
November 14, 2017 16:05
Hi Anna, I have a list of APIs, and the plugin will search for them in the project. Once an instance is found, it will be annotated. And I hope it's in a different way from the existing highlight t...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to create a new problem highlight type? (extend the enum class ProblemHighlightType)
0 votes
Created
May 11, 2017 15:18
Hi Yaroslav, Could you help me see where was wrong with the following code snippet? My goal is to add a new declaration statement before current element I get from the problem descriptor in the qui...
Community
IntelliJ IDEA Open API and Plugin Development
How can I re-format the code after adding a new statement in quick fix?
0 votes
Created
April 27, 2017 01:05
Thanks, that was very helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Code inspection related with multiple files/multiple places in the same file
0 votes
Created
April 26, 2017 17:32
Thanks a lot, Anna! I want to check whether I get it right: Do you mean that the element visitor functions will be called to inspect all visible files on every change? Will the file that's being ch...
Community
IntelliJ IDEA Open API and Plugin Development
Code inspection related with multiple files/multiple places in the same file
0 votes