pawelgrzybek / snippet-generator

Snippet generator for Visual Studio Code, Sublime Text and Atom
https://snippet-generator.app/
1.74k stars 202 forks source link

some implementation suggestions #57

Open Nickyg001 opened 3 years ago

Nickyg001 commented 3 years ago
  1. Often the code written in the left tab is very long on the horizontal axis and the display even for modifications to the written code is annoying. Is it possible to have the two tabs (left and right) instead of both occupying 50% of the page being collapsible horizontally like the bootstrap Accordion cards, so as to have the tab of interest to the full screen?

  2. Is it possible to add a placeholder shortcut similar to ctrl + i for the placeholder of vscode $ {1: example}, also for other functions, such as the multiple choice $ {1 | example1, exaple2, example3 |}?

  3. is multiverse generation possible? from native code to vscode snippet, and from vscode snippet to native code (preserving tabstops, placeholders, etc.)

it is a great application yours saves time, but it can be improved, indeed it must be improved!

pawelgrzybek commented 3 years ago

Yeah great list of suggestions!

Would you hancy a chat over Skype of Zoom at some point to discuss. I will put some love into this app in the fear future I promise :)

Nickyg001 commented 3 years ago

Yeah great list of suggestions!

Would you hancy a chat over Skype of Zoom at some point to discuss. I will put some love into this app in the fear future I promise :)

@pawelgrzybek

**We can talk about it if you want. I sent you a friend request on facebook. I am Italian and I can only write to you with google translated. :)

Nicola-

Nickyg001 commented 3 years ago

have you already lost interest in modernizing and expanding this fantastic script ??

I had previously given some of my personal requests for expansion. Maybe if the whole interface was written in Bootstrap and flexbox + js ..

there are many features of the snippets (see vsc guide) that can be extended beyond the simple $ {1: example}! Whenever I have to insert a multiple choice tabstop or others I always have to go and look at the guide and insert it manually ...