:checkers syntax

Tasing you for every semicolon you forget

1. Description

This module provides syntax checking and error highlighting, powered by flycheck

  • If possible, include a brief list of feature highlights here
  • Like code completion, syntax checking or available snippets
  • Include links to packages & external things where possible

1.1. Maintainers

This module has no dedicated maintainers. Become a maintainer?

1.2. Module flags

+childframe
Enables displaying completion candidates in a child frame, rather than an overlay or tooltip (among with other UI enhancements).

1.4. Hacks

No hacks documented for this module.

2. Prerequisites

This module has no direct prerequisites.

However, some major modes may require a specific linter or program to work, and some major modes may not work at all. The best way to find these dependencies is by either reading the documentation for that module, or running doom doctor.

3. TODO Usage

This module’s usage documentation is incomplete. Complete it?

Most of flycheck’s features are under C-c !, regardless of whether evil mode is used.

Keybind Description
C-c ! ? Describe Checker ]
C-c ! c Check syntax in buffer
C-c ! l List errors
C-c ! n Next Error
C-c ! p Previous error
C-c ! C Clear all errors in buffer
C-c ! e Explain error at point
C-c ! h Display all errors at point

Evil Specific:

Keybind Description
SPC t f Toggle Flycheck
SPC c x List errors
] e Next error
[ e Prevous error

4. TODO Configuration

This module has no configuration documentation yet. Write some?

5. Troubleshooting

There are no known problems with this module. Report one?

6. TODO Appendix

This module has no appendix yet. Write one?