-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Highlight terminal commands subtly when mousing over them #196634
Comments
This needs xtermjs/xterm.js#4855 and probably another API that forces the decoration to render on non-null cells |
Another idea is to extends the solid bar on the left when hovering, right clicking could bring up the command's SI menu |
I got a basic version of this working and it looked out of place: Instead of background color I tried the re-use the command navigation focus bar on the left and it felt too noisy, especially when you compare it to what the editor looks like when you hover it. Prototype: #198219 I started a discussion with the team |
Thank you for this feature, very useful for me! Is it possible to adjust the color of this bar? I can't find a setting here. |
Highlighting a block would give the user a hint when hovering the terminal that it knows a lot more than a regular terminal. For example this part could be slightly darker or lighter depending on the theme:
The text was updated successfully, but these errors were encountered: