Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Devenyangdi
Total activity
16
Last activity
August 29, 2024 06:18
Member since
January 10, 2024 07:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (6)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
August 21, 2024 02:49
While reading the article in the link, it mentioned using VcsDataKeys.COMMIT_WORKFLOW_HANDLER, which requires an additional conversion to AbstractCommitWorkflowHandler to finally get CommitWorkflow...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the selected content in a Commit?
0 votes
Created
August 21, 2024 02:11
Project project = anActionEvent.getProject();CommitWorkflowUi data = anActionEvent.getData(VcsDataKeys.COMMIT_WORKFLOW_UI);if (data != null){ List<Change> includedChanges = data.getIncludedChange...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the selected content in a Commit?
0 votes
Created
January 26, 2024 02:25
Thank you so much for your response. I really appreciate the time and effort you took to help me out. Your information/advice was incredibly helpful.
Community
IntelliJ IDEA Open API and Plugin Development
Why are there no API tutorials for Inlay Hints, only two example demos?
0 votes