Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 696 Bytes

diagnostics.md

File metadata and controls

22 lines (15 loc) · 696 Bytes

Diagnostics

Overview

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

Highlight and fix problems with your code with Diagnostics

Service APIs

Atom IDE UI is compatible with the Linter APIs, with a few unimplemented features:

  • markdown rendering of description
  • the url and icon fields
  • multiple solutions (only the first one is used)
  • callback-based solutions
  • callback-based description