Felix Ada
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How To get current file problems
AnsweredIn 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...