Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Minasploit
Follow
New posts
New posts and comments
Total activity
6
Last activity
June 28, 2021 09:53
Member since
June 27, 2021 10:56
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
June 28, 2021 09:53
Matt Ellis Would WorkspaceModel.getInstance(project).findProjects() give me what the IDE considers projects identified inside the loaded project (solution)?
Community
IntelliJ IDEA Open API and Plugin Development
Get all projects in an open solution in Rider
0 votes
Created
June 27, 2021 14:37
I have a solution here where I read the solution to get the projects as such fun getProjectsInSolution(project: Project): List<String> { return try { val solutionDirectoryVirtualFile = Lo...
Community
IntelliJ IDEA Open API and Plugin Development
Get all projects in an open solution in Rider
1 vote