You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I trigger a code run, all the collapsed code regions automatically expands.
For a large script with multiple functions, it gets a bit annoying find the relevant code bit
example 👇
code-expand-run-js.mp4
The text was updated successfully, but these errors were encountered:
Siddharth11
changed the title
Collapsed code regions always expand on code run
[BUG] Collapsed code regions always expand on code run
Oct 23, 2024
Yes, I have enabled it. But should that expand my code?
I was expecting this "format on run" to behave similar to "format on save" of VSCode, where it formats my code, but doesn't touch any other parts (local editor state ?) of it
The formatter in VSCode does diffing and only updates the parts of the code that have changed. The formatter in RunJS is not that advanced. It replaces the whole code every time.
Version 3.0.3 (3.0.3)
Whenever I trigger a code run, all the collapsed code regions automatically expands.
For a large script with multiple functions, it gets a bit annoying find the relevant code bit
example 👇
code-expand-run-js.mp4
The text was updated successfully, but these errors were encountered: