Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikhail
Total activity
6
Last activity
April 02, 2024 08:27
Member since
March 30, 2024 21:04
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 02, 2024 08:27
The documentation says that I can create a Java API, but nothing is said about how it will work with the tools project.https://plugins.jetbrains.com/docs/intellij/virtual-file.html#how-do-i-create-...
Community
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 votes
Created
April 02, 2024 08:23
Do I understand correctly, in order for changes to arrive quickly, you need to create/make changes through VirtualFile? and everything will be updated without additional updates after creation?
Community
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 votes
Created
April 01, 2024 08:16
ProjectView.getInstance(it) .getProjectViewPaneById(ProjectViewPane.ID) .updateFromRoot(true) Not work!
Community
IntelliJ IDEA Open API and Plugin Development
Нow to update the project tree when creating a file/directory?
0 votes