Does the API have cursor informaiton?

Question:

I’m looking into making a Replit extension for a computer science project.

Just a quick API question, is there a way for me to get cursor information and move the cursor via programming? Example: I can see your cursor is on line 34. My program will be able to jump you to a different file in your directory and then move you line 81 or whatever.

3 Likes

You can read the docs here. As far as I know, this is not possible. You can, however, check the user’s active file and detect changes made to files.

7 Likes

2 posts were split to a new topic: Doesnt Replit have you do this when you apply for a job?