Introducing the Crazy Fast Coding plugin! (SALE 70%!)

Version 1.0.5 has been released! :tada:

  • The plugin will now automatically create modules for you when you have a modulescript as a snippet and have the functionmode set to top.
  • Added NoteTime snippet which pastes the current version number, date and time so you know where you left off.
  • Extremely massive performance improvement on big scripts (5000+ lines of code and no more lag spikes)
  • Fixed issue where pasting a top snippet would not remove getservice locals properly when it exists already.
  • Fixed issue where some library functions like math.clamp would not move the cursor properly.
  • Fixed issue where “if” would not be added properly when using the special “then” snippet and made it more reliable.
  • Fixed some bugs, improved algorithm and improved autocomplete algorithm.
  • Added Username and LocalUserID snippets to easily get your own username or userID.

A new feature was added which should be very helpful for when you have a ton of modules but never want to deal with importing them into new place files.

This feature will automatically create the folders and modulescripts for you and makes sure they are where you expect them to be.

To use it follow these steps:

  1. Paste a module script in a new snippet.
  2. Set the functionmode to Top.
  3. Add the locals for requiring and parenting the modulescript to the top of the snippet like this:

  1. Now when you paste the snippet, it will automatically create the folders and modulescript for you and you no longer have to waste time on it.

A new snippet NoteTime has been added and allows you to easily note the version number, date and time in a script so you can find where you left off easily.
Here’s an example of how to use it:

2 Likes