We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb875e commit 43c9dc1Copy full SHA for 43c9dc1
README.md
@@ -15,3 +15,12 @@ If you wish to contribute:
15
- **Please use StyLua** to format your code.
16
- Use the provided `.stylua.toml` file for your settings.
17
- **DO NOT CHANGE ANYTHING ELSE IN THE PROJECT OTHER THAN THE PLUGIN CODE.**
18
+
19
20
+## TODO List
21
+- [] Global/Local Snippets
22
+- [] Importing/Exporting Snippets
23
+- [] Snippet Preview
24
+- [] More Snippet Markers: `--@skip`, --`@stop`, ect
25
+- [] Custom Snippet Markers (to execute code when that marker is reached)
26
+- [x] Conditional Snippet Generation (`BeforeReplace` & `AfterReplace` snippet functions) `✅ 05/02/2025 | v1.1.0`
0 commit comments