microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.36k stars 113 forks source link

Could we get a "replace" option? #192

Open synedra opened 3 years ago

synedra commented 3 years ago

I'd like to be able to replace the contents of a file without doing the selection bit. Can I have a "action":"replace" for the ``` content?

synedra commented 3 years ago

Also I don't know how to use "pattern" - everything I've tried hasn't worked. Do you have an example?

lostintangent commented 3 years ago

Are you looking to replace the entire contents of the currently opened file?