Atom IDE UI displays diagnostics in three main ways:
- An expandable dock shows a table of diagnostics
- Diagnostics are underlined inside the text editor (with datatips)
- Color-coded gutter markers indicate the presence of diagnostics on a line
Atom IDE UI is compatible with the Linter APIs, with a few unimplemented features:
- markdown rendering of
description
- the
url
andicon
fields - multiple
solutions
(only the first one is used) - callback-based
solutions
- callback-based
description