Skip to content

Small tips for great features #17

@Nickyg001

Description

@Nickyg001
  1. As already suggested, implement the use of Variables $ 1, $ 2 .... (which is a nice feature offered by VS CODE)

  2. 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.

dreamweaver snippets

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions