Elkozel / Meerkat

Suricata/Snort extension for VS Code
https://elkozel.github.io/Meerkat/
GNU General Public License v3.0
0 stars 0 forks source link

Completion snippets #2

Closed Elkozel closed 1 year ago

Elkozel commented 1 year ago

Currently, when a keyword is chosen for completion, the completion does not add the ';' symbol at the back, forcing the user to add it himself. This could be done (I think) by using snippets "${2:element}" or just "$0".