Give the agent access to VS Code / Cursor functions like importing and formatting

It’s frustrating to watch the Agent rewrite files for indentation, etc.

Most people have a default formatter assigned, the agent should be able to call this functionality without having to rewrite code. So if it recognizes format-based linter errors, it should first attempt to call this before manually rewriting the code.

Second.. File Imports. Often the agent gets the import file paths wrong. However, if you Quick Fix (CMD .), the built in functionality for suggesting imports is often more accurate. Now you might have multiple options, this is where the agent might want to make a decision.

My main point is that the core IDE offers functionality that the agent should be able to take advantage of that it is currently not doing.