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

Add snippet language and name automatically. #13

Open
sarvesh4396 opened this issue May 10, 2023 · 0 comments
Open

Add snippet language and name automatically. #13

sarvesh4396 opened this issue May 10, 2023 · 0 comments

Comments

@sarvesh4396
Copy link

It would be great if the language and name of the snippet were added automatically from the file. and could be changed by the user.

As the language is by default plain_text.

{
          label: 'Fragment 1',
          value: content,
          language: 'plain_text'
 }

language can be fetched from VsCode API window.activeTextEditor?.document.languageId.

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

No branches or pull requests

1 participant