ZeroX-DG / SnippetStore

:tada: A snippet management app for developers :rocket:

Home Page:https://zerox-dg.github.io/SnippetStoreWeb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Improvement] multiple (programming) languages

arcturus140 opened this issue · comments

Would be nice to assign multiple languages for a snippet.

Context: My snippets are used for multiple languages, e.g., C, C++, C#. My text editor triggers the snippet based on the active scope.

Can you just create a new multi-file snippet an create different files for each language?
For example: create a snippet named replace text and create JS file for the replace text JS version. Another file for different versions of the function in different languages?

yes, this will work. Thank you for the suggestion.