Replit Extension Editing Capabilities

is it possible for a replit extension to modify add/edit comments and code in a replit file? For example, this extension should enable a user to modify another’s users code in replit if given permission. I don’t see any posts or documentation on this, any help is much appreciated!

2 Likes

You can use the filesystem API to read and write to files.

3 Likes