espressif / vscode-esp-idf-extension

Visual Studio Code extension for ESP-IDF projects
Apache License 2.0
1.01k stars 296 forks source link

[Feature Request]: add KCONFIG option name in UI (VSC-1423) #1240

Closed chipweinberger closed 1 month ago

chipweinberger commented 1 month ago

Feature Request

When hitting the (i) button, it should say the name of the KCONFIG option. e.g. CONFIG_COMPILER_STACK_CHECK or whatever

Why? I like to use the UI to explore the various options. But then to actually search it online, or in my code, etc, I need to know the real name.

Finding out the real name from the UI is hard.


Screenshot 2024-07-03 at 2 16 36 PM
brianignacio5 commented 1 month ago

Hi @chipweinberger could you try this vsix installer ? We made this feature in #1241

chipweinberger commented 1 month ago

i'm away for a few weeks on vacation, but thanks @brianignacio5

this is really nice

Ill try to find a moment :)