Felix Ada

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Felix Ada created a post, AnsweredHow To get current file problems
In VS Code, it has a method “ vscode.languages.getDiagnostics” to get open file problems, I tried to implement a similar approach in IDEA.fun getDiagnostics(project: Project?) : List<Map<String,Any...