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

https://github.com/hmasdev/symbol-button

`symbol-button` is a vscode extension to add buttons to input symbols to the status bar.
https://github.com/hmasdev/symbol-button

Last synced: 11 months ago
JSON representation

`symbol-button` is a vscode extension to add buttons to input symbols to the status bar.

Awesome Lists containing this project

README

          

# `symbol-button`

![header](https://github.com/hmasdev/symbol-button/blob/main/pics/header.png)

`symbol-button` is a vscode extension to add buttons to input symbols to the status bar.

## Requirements

- vscode: `^1.86.0`
- npm

## Installation

1. Clone: `git clone https://github.com/hmasdev/symbol-button && cd symbol-button`
2. Build: `npx vsce package`
3. Install: there are two ways:
- Run `code --install-extension symbol-button-0.0.1.vsix`
- Open "Extensions" tab on your vscode, and click "Install from VSIX..." button in "...".

## How to Use

`symbol-buttons` provides you two commands:

- `Show Symbol Buttons`: show buttons to input symbols to the status bar;
- `Hide Symbol Buttons`: hide buttons to input symbols in the status bar.

## TODO

- [ ] to test this extension
- [ ] to enable to customize the avairable symbols

## LICENSE

- [MIT](https://github.com/hmasdev/symbol-button/blob/main/LICENSE)

## Authors

- [hmasdev](https://github.com/hmasdev)