coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.37k stars 431 forks source link

Add syntax checker #1589

Closed Thad-Supersperm closed 8 months ago

Thad-Supersperm commented 8 months ago

It'd be nice to have a syntax checker feature in the menus, when clicked it will prompt a list of all the issues in the code: ex. Line 23: missing ";".

1024jp commented 8 months ago

Such a language specific feature should be implemented by the user theirselves with scripting in CotEditor. It is not realistic to manage linters for more than 40 of languages since the CotEditor project is a small project.