godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.47k stars 148 forks source link

Improve Scene Preview ergonomics #665

Closed DaelonSuzuka closed 1 week ago

DaelonSuzuka commented 3 weeks ago

"Pinning" a scene in the Scene Preview was being confused with "pinning" a scene as the debug/launch target.

Renaming it to "locking" and changing the associated icons should help prevent this confusion in the future.

DaelonSuzuka commented 2 weeks ago

I added commands for opening the Scene Preview's target scene, and the "main script" of the target scene, if it exists:

Code_2kqHOBjkCC

I also added the existing "refresh scene preview" command as a button.