getSuggestionDiagnostics
abstract fun getSuggestionDiagnostics(fileName: String): ReadonlyArray<DiagnosticWithLocation>(source)
Gets suggestion diagnostics for a specific file. These diagnostics tend to proactively suggest refactors, as opposed to diagnostics that indicate potentially incorrect runtime behavior.
Parameters
fileName
A path to the file you want semantic diagnostics for