Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-ameba/vscode-crystal-ameba
Ameba extension for Visual Studio Code
https://github.com/crystal-ameba/vscode-crystal-ameba
ameba crystal linter vscode vscode-extension
Last synced: 2 months ago
JSON representation
Ameba extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/crystal-ameba/vscode-crystal-ameba
- Owner: crystal-ameba
- Created: 2019-02-23T22:00:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T00:57:02.000Z (8 months ago)
- Last Synced: 2024-05-21T11:30:27.214Z (8 months ago)
- Topics: ameba, crystal, linter, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=veelenga.crystal-ameba
- Size: 480 KB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Ameba for Visual Studio Code
This extension provides an interface to [Ameba](https://github.com/crystal-ameba/ameba) for VSCode.
![](/assets/demo1.png)
![](/assets/demo2.png)
![](/assets/demo3.png)## Installation
* Install [Ameba](https://github.com/crystal-ameba/ameba#installation)
* Type F1 (or Command + Shift + P)
* execute "Extensions: install extension"
* type `crystal-ameba` and install## Releasing a new version
1. Update [CHANGELOG.md](https://github.com/crystal-ameba/vscode-crystal-ameba/blob/master/CHANGELOG.md)
2. Bump a new version
3. Build an extension `vsce package`
4. Publish to the [marketplace](https://marketplace.visualstudio.com/manage/publishers/veelenga)