Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Harshitgarg777
Total activity
110
Last activity
September 05, 2024 09:07
Member since
August 02, 2023 09:16
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
30
Activity overview
Posts (29)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
September 18, 2023 09:17
Hello, are you also encountering this same issue? Could you please check?
Community
IntelliJ IDEA Open API and Plugin Development
How to distinguish bw update and uninstalling a plugin
0 votes
Created
September 14, 2023 06:31
Okay okay, no problem. It's not urgent. Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
How to know if user is typing in Console of PyCharm
0 votes
Created
September 13, 2023 15:39
Hello, shouldn't this be solvable by editor.KIND == CONSOLE(the enum that editor class had) but I tried it and it wasn't working. Is this not a Console kind of editor?
Community
IntelliJ IDEA Open API and Plugin Development
How to know if user is typing in Console of PyCharm
0 votes
Created
September 12, 2023 16:15
Hello, sorry my question wasn't clear. I add some inlays in the editor when the user types something and want to clear them if the user undoes it. I am already clearing them if caretPositionChanged...
Community
IntelliJ IDEA Open API and Plugin Development
How to modify undo behaviours?
0 votes
Created
August 31, 2023 16:01
Thanks a lot Yann!!!
Community
IntelliJ IDEA Open API and Plugin Development
How to know if a particular virtual file is opened in the right split
0 votes
Created
August 25, 2023 10:57
Hello, how to get the fileEditorProviderId for the above mentioned function? thank you.
Community
IntelliJ IDEA Open API and Plugin Development
How to open a new file in a split editor through code?
0 votes
Created
August 24, 2023 10:55
Hello, I have implemented this, now I want to that if the user clicks on the right file, the caret is moved to the left file where it was before and the focus is also on the left file. I am trying ...
Community
IntelliJ IDEA Open API and Plugin Development
How to open a new file in a split editor through code?
0 votes
Created
August 24, 2023 06:40
I am not able to understand it. I have a editor and I am adding inline and blocks inlay hint using editor.inlayModel.addInlineElement(). how to proceed after that?
Community
IntelliJ IDEA Open API and Plugin Development
add a popup to inlay Hint
0 votes
Created
August 23, 2023 11:54
Thank you so much Yann!!!
Community
IntelliJ IDEA Open API and Plugin Development
How to open a new file in a split editor through code?
0 votes
Created
August 21, 2023 07:44
Dmitry, can you provide a sample code for original implementation and customised implementation based on context appropriate?
Community
IntelliJ IDEA Open API and Plugin Development
Customize Tab Insertion Behavior
0 votes
«
First
‹
Previous
Next
›
Last
»