https://github.com/xxgicoxx/qmarks
Visual Studio Code extension to update lines with quote marks.
https://github.com/xxgicoxx/qmarks
qmarks quote update vscode
Last synced: 9 months ago
JSON representation
Visual Studio Code extension to update lines with quote marks.
- Host: GitHub
- URL: https://github.com/xxgicoxx/qmarks
- Owner: xxgicoxx
- License: mit
- Created: 2023-05-19T00:36:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T00:42:47.000Z (about 3 years ago)
- Last Synced: 2025-02-18T11:57:22.406Z (over 1 year ago)
- Topics: qmarks, quote, update, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=xxgicoxx.qmarks
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# QMarks
Visual Studio Code extension to update lines with quote marks.
# Features
* Add quote marks to text (line)
* Add quote marks to text (space)
# Prerequisites
* [Node.js](https://nodejs.org/en/)
# Running
### 1. Build
````
# Install vsce
npm install -g vsce
# Package
vsce package
# Get your version
qmarks-[VERSION].vsix
````
### 2. Run
````
# Install dependencies
npm install
# Start
F5 to run.
````
# Built With
* [Node.js](https://nodejs.org/en/)
# Authors
* [xxgicoxx](https://github.com/xxgicoxx)
# Acknowledgments
* [FlatIcon](https://www.flaticon.com/)