Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.24 KB

What is this Plugin For?

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.

Why Use It?

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.

Contributing

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.

TODO List

  • [] 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 and AfterReplace fields
  • [] GitHub repo of predefined QoL/Utility snippets
  • [] Version checker for the Roblox Studio plugin