Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 770 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 770 Bytes

VSCode to Cursor Snippets Converter

This tool helps you migrate your Visual Studio Code snippets to Cursor.

Features

  • Supports Windows, macOS, and Linux
  • Automatically detects snippet locations for different operating systems
  • Converts VSCode snippet format to Cursor format

Requirements

  • Python 3.6 or higher
  • hjson library

Installation

  1. Clone this repository:

    git clone https://github.com/ranamzes/vscode-to-cursor-snippets.git
    
  2. Install the required library:

    pip install hjson
    

Usage

Run the script from the command line:

python vscode_to_cursor_snippets.py

License

This project is licensed under the MIT License.