eye.helpers.build_annotations module

Editor annotations from builders

This plugin will add annotations to open editors when a builder emits a warning or an error. When a builder starts, it clears annotations of all open editors of files under the working directory of the builder.

The global styles “builder/warning” and “builder/error” are used for annotations. The styles are accessed with eye.helpers.styles module.

eye.helpers.build_annotations.set_enabled(enabled=True)[source]

Enable or disable the plugin