Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/securingsincity/vscode-exfmt
Vscode Plugin for exfmt
https://github.com/securingsincity/vscode-exfmt
Last synced: about 2 months ago
JSON representation
Vscode Plugin for exfmt
- Host: GitHub
- URL: https://github.com/securingsincity/vscode-exfmt
- Owner: securingsincity
- Created: 2017-06-02T20:47:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T01:39:38.000Z (over 7 years ago)
- Last Synced: 2024-05-02T01:02:25.723Z (8 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-exfmt README
Format your elixir code automatically
## Features
Uses `exfmt` to format your elixir code automatically
## Requirements
* Install [exfmt](https://github.com/lpil/exfmt) in the `mix` project you're working on.
## Known Issues
`exfmt` is still in alpha and will not work for all formatting scenarios
## Release Notes
## 0.0.2
Support for error messages
## 0.0.1Initial alpha release