espressif / vscode-esp-idf-extension

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

[Feature Request]: Sort related functions in a reasonable order (VSC-1457) #1273

Closed Tinyu-Zhao closed 1 month ago

Tinyu-Zhao commented 1 month ago

Is your feature request related to a problem? Please describe.

I don't know from which version, compile project, burn program, serial monitor and build & flash & monitor are separated by "burn mode" selection and "debug"

In many cases, the burning mode of a project is basically unchanged. Debugging is very common and can be placed in the front. The current function arrangement position feels very unreasonable. The most commonly used "four-piece set": compile project, burn program, serial monitor and build & flash & monitor are separated by "burn mode" selection and "debug".

I feel it is very awkward to use. I have to look at the picture before clicking every time.

image

Describe the solution you'd like

I want to sort them in the order of "Build Project, Burn Device, Serial Monitor, Build & Flash & Monitor". Just like the previous version, Please put debugging and selecting burning mode in other places, do not break the order of "Build Project, Burn Device, Serial Monitor, Build & Flash & Monitor"

image
github-actions[bot] commented 1 month ago

This issue has been marked as stale since there are no activities, and this will be closed in 5 days if there are no further activities

brianignacio5 commented 1 month ago

Could you try this vsix installer ?

Tinyu-Zhao commented 1 month ago

This extention does a great job, thank you very much.