-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Scrollable map view for each tab [minimap] #2226
Comments
@microsoft/windows-console-team I told y'all someone would want this feature :P I know I internally filed a deliverable for this before we went open-source, but I don't think that deliverable ever migrated out. This will do fine to track it. Unfortunately it's not going to make the cut for 1.0 but know that I'm certainly passionate about adding this feature :) Presumably this would be a per-profile setting, that could also be enabled in the global default profile. I think this was also once mentioned as a possible extension idea, so I'll tag it as that, so we can track it as part of that. |
I'm so looking forward to the performance bugs that this uncovers in our code. |
Hah just revisited this to see if it has been implemented. Not yet. Fair enough. The use case for me is a lot of repeated commands (eg, running tests) generate huge amount of output, and look similar to each other, this would allow me to easily track the beginning and end of each commands output. Some kind of snap points on top of this feature would be even better - so I can scroll up to the previous command's invocation. |
I'd love to see this, as I'm using terminal for live viewing logs from the app I'm developing. The logs are very verbose (especially XML/JSON/other requests pretty printed) and are made for terminal viewing as they have very helpful coloring, so the terminal is indispensable. Minimap (especially with colors) would let me instantly jump to the area I'm looking for. |
Description of the new feature/enhancement
When running verbose processes, there are many instances where the user has to forcibly log the output to a file for reading the complete output. The feature requests a scrollable map view for each tab. The idea is taken from Sublime Text editor where the user can access a overview of their entire document and quickly scroll to the desired location.
GIF Image below demonstrates this feature:
Proposed technical implementation details (optional)
The map view may be toggled through the configuration. This could be global tab config or config for specific tab that could be toggled via right click context menu.
The text was updated successfully, but these errors were encountered: