Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)