A command line extension to add snippets directly in Visual Studio Code.
Project description
SnippyCode
A command line extension to add snippets directly in Visual Studio Code.
Project Details
Prerequisites
This project requires the following prerequisites:
- OS : At the moment this module works on Windows OS.
- Language : Python >=3.9 must be installed.
- Tools : Visual Studio Code must be installed.
You can find a list of libraries that were used outside of the Python Standard Library here.
Features
The project has the following features:
- Add snippet from file : You can add a snippet from a file with
snip NAME
. - Add snippet from clipboard : You can add a snippet from your clipboard with
snip NAME PATH
. - Docstring description : If you snip a Python Module the description will be its
__doc__
. - Update a snippet : You can update a snippet with
snip-up NAME
. - Remove a snippet : You can remove a snippet with
snip-rm NAME
. - List all snippets : You can list all snippets with
snip-ls
. - Terminal agnosticism : It works on any terminal and supports relative paths.
Installation and Usage
Installation
To install the project, with pip
by typing pip install snippycode
in your terminal.
Usage
TODO
Licensing and Credits
Licensing
This project is licensed under the GNU GPL v3 license. The code is open source and available for anyone to use and modify. Please see the LICENSE file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file SnippyCode-0.1.8.tar.gz
.
File metadata
- Download URL: SnippyCode-0.1.8.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1371fd9a648572d215eeb4387b0b8ba649adaf0fb2845bd29b5eaa57d8f19c5 |
|
MD5 | 2258042a553e3996b185f10b95e31319 |
|
BLAKE2b-256 | 6454b2708a6e56208814c0e5009dc97b620d28a3e891b2e990927953aca54737 |