SnippyCode

A command line extension to add snippets directly in Visual Studio Code.


Keywords
CLI, Command, Line, Interface, VSCode, Visual, Studio, Code, Snippets, Python, 3, 9, 10
License
GPL-3.0
Install
pip install SnippyCode==0.1.8

Documentation

SnippyCode

A command line extension to add snippets directly in Visual Studio Code.

Issues  Pull Requests  License

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

Release

You can check the most recent release on PyPi.

Installation

Install the project with pip by typing pip install snippycode in your terminal.

Upgrade

Upgrade the project with pip by typing pip install snippycode --upgrade 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.

Downloads  Followers  Fork  Stars  Watchers