Skip to content

osakitadev/smart-script-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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