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
Can we have the console + debugger scroll down to always remain in view when we are typing somewhere
deep inside a code file?
When tweaking code in a large source file, you keep having to scroll up to reach the console for testing. Then having to scroll back down and find the line you were working on.
An extension to this applies to the code running in step mode.
The code editor can jump to the current line, while always having the console/debugger in view.
The text was updated successfully, but these errors were encountered:
Can we have the console + debugger scroll down to always remain in view when we are typing somewhere
deep inside a code file?
When tweaking code in a large source file, you keep having to scroll up to reach the console for testing. Then having to scroll back down and find the line you were working on.
An extension to this applies to the code running in step mode.
The code editor can jump to the current line, while always having the console/debugger in view.
The text was updated successfully, but these errors were encountered: