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
The finite space in the status bar of vscode is often a limiting factor of the UI. I often have to choose which extension I want to display or hide in order to see what I want.
I find sad that the cmake tools extension often takes about the half of my screen with a good part of it being not that useful.
It would be great if the extension could provide some settings to reduce the usage of the space in the status bar.
My thoughts are:
Having the name of the current configuration is useful
I think the current icon does not convey any useful information. I'd rather have either
The CMake logo, which could indicate that this area of the status bar is used by cmake tools
An icon indicating that this button is used to switch between configurations (but I have no further idea)
The "CMake: " prefix is not useful
The information provided by the ": Ready" suffix could maybe be provided with an overlay of the button icon?
This is the biggest offender. I rarely switch between kits and it takes a huge amount of space. I think having the button without text would be perfectly fine.
The "Build" text should be redundant. The icon should suffice. However, maybe the gear is not the best choice of icon for this. Maybe something more in the spirit of the compilation icon from Visual Studio would be clearer. Even without changing the icon, I think offering the option to remove the text would be great.
Offering the option to select different targets to build and to run might be useful in some cases, but I find it to be a burden more often than not. I think having the option to select a single target for both building and running would be good in itself, and would reduce the amount of space used by the extension.
The text could be removed.
All in all, my ideal display would be something like
(Done in paint with a trackpad, please be forgiving)
Thanks for reading this. Please keep in mind that I'm suggesting to add options, not to change the default look of the extension.
The text was updated successfully, but these errors were encountered:
We added two settings in 1.4.0 to allow you to control how the status bar appears. #212
Please take a look at cmake.statusbar.visibility and cmake.statusbar.advanced which should give you full control over the appearance of the status bar. In your case, I think you would want to set cmake.statusbar.visibility to "icon" and then under cmake.statusbar.advanced override the appropriate items to make them "visible" or "compact" according to your preference.
The finite space in the status bar of vscode is often a limiting factor of the UI. I often have to choose which extension I want to display or hide in order to see what I want.
I find sad that the cmake tools extension often takes about the half of my screen with a good part of it being not that useful.
It would be great if the extension could provide some settings to reduce the usage of the space in the status bar.
My thoughts are:
All in all, my ideal display would be something like
(Done in paint with a trackpad, please be forgiving)
Thanks for reading this. Please keep in mind that I'm suggesting to add options, not to change the default look of the extension.
The text was updated successfully, but these errors were encountered: