Skip to content
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

Request: Show the selected C/C++ configuration more prominently #7106

Closed
fstanchina opened this issue Mar 4, 2021 · 2 comments
Closed

Request: Show the selected C/C++ configuration more prominently #7106

fstanchina opened this issue Mar 4, 2021 · 2 comments
Labels
enhancement Improvement to an existing feature Feature Request Language Service more votes needed Issues that have been postponed until more community members upvote it
Milestone

Comments

@fstanchina
Copy link

Type: LanguageService

  • OS and Version: Linux and Windows
  • VS Code Version: 1.53.2
  • C/C++ Extension Version: 1.2.2

We're using VSCode to work on a multiplatform C++ project.

We set up multiple configurations in c_cpp_properties.json and we connected tasks.json to the selected configuration, so we can build for the different platforms from within VSCode (previously we had to go to the console and explicitly make TARGET=<platform>).

This is very good, but the label in the status bar that's showing the active configuration is far too small and hard to see, especially as we're used to Visual Studio where the project configurations are prominently displayed in the toolbar. Also, the label disappears when the currently open file is not C/C++: it should always be visible if there's a c_cpp_properties.json file in this project.

Is there a way to show the current configuration in a more visible place, and possibly larger?

This might be considered a superset of issue #5822...

@fstanchina fstanchina changed the title Show the selected C/C++ configuration more prominently Request: Show the selected C/C++ configuration more prominently Mar 4, 2021
@sean-mcmanus
Copy link
Contributor

The Makefile Tools extension at https://github.com/microsoft/vscode-makefile-tools appears to have a UI that will show the makefile target in the status bar.

There's no way to increase the size of elements in the status bar, but we could always show it (i.e. #5822), and/or add [] around the text.

@sean-mcmanus sean-mcmanus added Feature Request Language Service enhancement Improvement to an existing feature and removed Feature Request labels Mar 4, 2021
@Colengms Colengms added this to the Triage milestone Mar 4, 2021
@github-actions
Copy link

github-actions bot commented May 4, 2021

This feature request is being closed due to insufficient upvotes. When enough upvotes are received, this issue will be eligible for our backlog.

@github-actions github-actions bot added the more votes needed Issues that have been postponed until more community members upvote it label May 4, 2021
@github-actions github-actions bot closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature Feature Request Language Service more votes needed Issues that have been postponed until more community members upvote it
Projects
None yet
Development

No branches or pull requests

3 participants