Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a VS Code extension of Lepton #549

Closed
IkramHussainSiyam opened this issue Jul 28, 2024 · 1 comment
Closed

Create a VS Code extension of Lepton #549

IkramHussainSiyam opened this issue Jul 28, 2024 · 1 comment

Comments

@IkramHussainSiyam
Copy link

Please create a VS Code extension to integrate Lepton snippets.

Features of this extension should be:

  1. Create, edit, delete snippets
  2. User can insert a snippet where his cursor is
  3. User can download files which are saved in Lepton
  4. User can save a selected code block as a snippet.
  5. User also can browse extensions inside VS Code in sidebar.
@hackjutsu
Copy link
Owner

hackjutsu commented Aug 18, 2024

I thought about the VSCode extension, but I believe it would be more convenient to use a GitHub Gist extension that interacts directly with the GitHub Gist APIs, rather than relying on a Lepton extension as an intermediary. You can simply include [title] #tag1, #tag2 in the gist title, and Lepton will automatically parse and recognize these tags when the gist is synced locally.

VSCode --> Gist extension(built by others) --> GitHub Gist server --> Lepton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants