This plugin addresses the need for dynamic snippets in Roblox Studio. It allows you to quickly create your own snippets with parameters, so you can reuse code snippets while easily customizing their values.
Dynamic snippets let you:
- Reuse code snippets multiple times.
- Change their values as needed without rewriting code.
- Enjoy an easy-to-use and configurable tool that saves time during development.
If you wish to contribute:
- Please use StyLua to format your code.
- Use the provided
.stylua.toml
file for your settings. - DO NOT CHANGE ANYTHING ELSE IN THE PROJECT OTHER THAN THE PLUGIN CODE.
- [] Global/Local Snippets
- [] Importing/Exporting Snippets
- [] Snippet Preview
- [] More Snippet Markers:
--@skip
, --@stop
, ect - [] Custom Snippet Markers (to execute code when that marker is reached)
- Conditional Snippet Generation (
BeforeReplace
&AfterReplace
snippet functions)✅ 05/02/2025 | v1.1.0
- [] More Snippet Fields:
AllowedContext
and others - [] Pass the Snippet Marker arguments as argument to
BeforeReplace
andAfterReplace
fields - [] GitHub repo of predefined QoL/Utility snippets
- [] Version checker for the Roblox Studio plugin