Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Aman
Total activity
24
Last activity
March 28, 2024 05:38
Member since
August 06, 2023 17:40
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
6
Activity overview
Posts (6)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
March 28, 2024 05:38
Thanks Karol, this works for us!
Community
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 votes
Created
March 26, 2024 14:16
Hi,I can't reproduce the reloading issue now. However, I can't find this API in the idea library. I am using com.jetbrains:ideaIU:2023.3.6 for building my plugin and IntelliJ says that it can not r...
Community
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 votes
Created
March 22, 2024 13:35
Hi,Thanks for the suggestion. The problem with this approach is that our projects are imported from gradle build scripts so users would have to click on the action to add the sources every time the...
Community
IntelliJ IDEA Open API and Plugin Development
Adding sources to libraries via a plugin
0 votes
Created
January 02, 2024 07:42
Why is it DumbAware?The startup activity is dumbaware because we are also marking some files as excluded and we need to do it before indexing so that those files are not indexed. This is necessary ...
Community
IntelliJ IDEA Open API and Plugin Development
Old values in .iml file overwrite changes made by plugin
0 votes
Created
November 29, 2023 18:20
Are there any plans to allow gateway to use an external SSH application similar to VSCode remote extension?
Community
IntelliJ IDEA Users
Connect to Gateway with GSSAPI key exchange
0 votes
Created
September 11, 2023 12:33
I see. Thanks for the reply.
Community
IntelliJ IDEA Open API and Plugin Development
How to make a StartupActivity to wait for another StartupActivity to finish?
0 votes
Created
August 08, 2023 07:05
Perfect! Thanks for your help.
Community
IntelliJ IDEA Open API and Plugin Development
Select python facet for a module
0 votes
Created
August 07, 2023 12:35
Thanks Karol, this is what I was looking for! Just to confirm, is this the correct way of using this API: var pythonFacetType = FacetTypeRegistry.getInstance() ...
Community
IntelliJ IDEA Open API and Plugin Development
Select python facet for a module
0 votes