-
Notifications
You must be signed in to change notification settings - Fork 12
Description
-
As already suggested, implement the use of Variables $ 1, $ 2 .... (which is a nice feature offered by VS CODE)
-
Currently it is possible to "catalog" the snippets only through belonging code languages (CSS, PHP, JS, HTML ....)
Wouldn't it be better if this logic is more flexible by being able to archive and collect your own snippets according to customized folders? example:
-
Folder A
-
Folder A1
- snippets 1 - html
- snippets 2 - js
- snippets 3 - php
- snippets 4 - css -
Folder A2
- snippets 1 - html
- snippets 2 - js
- snippets 3 - php
- snippets 4 - css
-
-
Folder B
- snippets 1
- snippets 2
- snippets 3
- snippets 4
as is currently possible in dreamweaver
https://www.youtube.com/watch?v=4fLU36ezotg
in my opinion it would be better to group codes by specific commands.
for example I could create a WP LOOP folder and insert all the codes relating to the loops inside, or a folder for wp template tags, etc.
currently he separates them for me only by source code but he puts them all scattered and it becomes a mess to find the code entry that interests me.
