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.
- Host: GitHub
- URL: https://github.com/hmasdev/symbol-button
- Owner: hmasdev
- License: mit
- Created: 2024-02-18T10:55:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T10:57:42.000Z (over 2 years ago)
- Last Synced: 2024-11-07T21:06:44.326Z (over 1 year ago)
- Language: TypeScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `symbol-button`

`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)