close-all-errors

close all error prompt of atom at the top right corner.

phpvar

1,975

5

0.0.4

MIT

GitHub

💄 Close-All-Errors

close any error or warning prompt boxes in the atom editor.

For Example

error prompt

Installation 安装

apm install close-all-errors

Or Settings/Preferences ➔ Packages ➔ Search for close-all-errors

Usage 用法

Open the Command Palette, type close-all-errors, and run close-all-errors.

Keyboard Shortcut 快捷键

You can also type Alt-C as a shortcut or click Packages > close-all-errors in the menu.

Custom Keyboard Shortcuts 自定义快捷键

See Keymaps In-Depth for more details.

For example:

'atom-workspace':
  'alt-c': 'close-all-errors:toggle'

Contact 联系

phpvar