_commandsName_.command('_name_', '_description_', (ctx) => { ctx._method_ (_cursorEndsHere_)} )
example2:
const _menu_ = new Menu("_my-menu-identifier_")
._text_(_cursorEndsHere_)
"body": [
"bot.command('${1:command}', (ctx) => {",
"",
"ctx._method_(_cursorEndsHere_),
"});",
]
-[ ] add to the grammy sidebar menu a tab for checking / unchecking the plugins you are using, so the snippets change based on that? In the same list it could have a links to the docs for that plugin?
I'll do a pr when I have time
example: if using and toggle the commands plugin, instead of bot.command etcetc,
should do (on every word it means the cursor-tab write selection thing)
example2:
-[ ] add to the grammy sidebar menu a tab for checking / unchecking the plugins you are using, so the snippets change based on that? In the same list it could have a links to the docs for that plugin?
I'll do a pr when I have time