Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akirak/cosmetic-transient.el

(WIP) A transient that helps to keep your code in good shape
https://github.com/akirak/cosmetic-transient.el

Last synced: 7 days ago
JSON representation

(WIP) A transient that helps to keep your code in good shape

Awesome Lists containing this project

README

        

* Cosmetic Transient
This Emacs transient command lets you dispatch tools such as formatters and linters interactively to improve the code quality.
** Todo
*** Formatting
**** Formatting using the running language server
- [X] eglot
- [ ] lsp-mode
**** Formatting using an external program
- [X] Any formatter defined using [[https://github.com/purcell/emacs-reformatter][reformatter]]
*** Linting
- [ ] Integrating (possibly multiple) external programs for linting
*** Documentation
- [X] Integrate with [[https://github.com/akirak/docco.el][docco.el]] for editing documentation comments