kate-vscode-snippetconverter

A tool to convert snippet from Kate/KDevelop to VSCode


License
MIT
Install
pip install kate-vscode-snippetconverter==0.3.3

Documentation

SnippetConverter

Usage

This converts a KDevelop (or Kate) snippet to a VSCode snippet. Example of usage:

snippetconverter.py -i  $HOME/.local/share/ktexteditor_snippets/data/CMake\ snippets.xml -o $HOME/.config/Code/User/snippets/cmake.json

Development

How to install development dependencies

python3 -m pip install -r requirements

How to run tests

coverage run -m pytest

How to see code coverage

coverage html && xdg-open htmlcov/index.html