Open ciaramejia3 opened 4 years ago
@ciaramejia3
Kind of sounds like you'd like the ability to store snippets of code and then insert them when needed?
In other text editors like vim for example, this is called "recording a macro". This is something we could look into. As far as I'm aware technically speaking it's recording key presses and then re-playing them - key commands might be an issue though
That is it! Thank you @connorholyday
Is your feature request related to a problem? Please describe. Not a problem, however, an enhancement.
Describe the solution you'd like RDI had this feature that I would actually use quite frequently which allowed you to record a certain action, such as add a character + delete a character + return, which could then be used through out the file where ever the cursor is placed. Place cursor, click play, and then the action recorded will play, editing the file as needed. Not a super important feature, but it does save doing some tedious work.