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
At Espressif, we’ve received feedback that the "Open Declaration" feature is missing from the right-click menu in the CDT LSP editor. Many users are accustomed to using the right-click menu for this action and are unaware of the alternatives, such as Ctrl + Left Mouse Click or pressing F3.
I assume the absence of this option in the context menu might be due to the already crowded list of items, and perhaps the assumption that most users would intuitively use Ctrl + LMB or F3. Could you confirm if this is the case? Is there any plan to include this option in the right-click menu in the future?
In my attempt to address this on the Espressif-IDE side, I tried adding the command using the following extension configuration:
However, I couldn’t locate the specific handler for the F3 or Ctrl + LMB functionality. The closest match I found was the org.eclipse.cdt.ui.edit.opendecl command, which appears to belong to the CDT plugin and might not be what I need.
Could you provide clarification on this or guidance on how to properly add this feature?
Thank you for your time and insights!
The text was updated successfully, but these errors were encountered:
sigmaaa
changed the title
Open Declaration (F3)" Option in the Right-Click Menu
Open Declaration (F3) Option in the Right-Click Menu
Jan 21, 2025
I assume the absence of this option in the context menu might be due to the already crowded list of items, and perhaps the assumption that most users would intuitively use Ctrl + LMB or F3
You're right :-)
I think the fix should be relatively easy. I think you're on the right way. I hope to find some time in the next couple of days to look into this topic.
At Espressif, we’ve received feedback that the "Open Declaration" feature is missing from the right-click menu in the CDT LSP editor. Many users are accustomed to using the right-click menu for this action and are unaware of the alternatives, such as
Ctrl + Left Mouse Click
or pressingF3
.I assume the absence of this option in the context menu might be due to the already crowded list of items, and perhaps the assumption that most users would intuitively use
Ctrl + LMB
orF3
. Could you confirm if this is the case? Is there any plan to include this option in the right-click menu in the future?In my attempt to address this on the Espressif-IDE side, I tried adding the command using the following extension configuration:
However, I couldn’t locate the specific handler for the
F3
orCtrl + LMB
functionality. The closest match I found was theorg.eclipse.cdt.ui.edit.opendecl
command, which appears to belong to the CDT plugin and might not be what I need.Could you provide clarification on this or guidance on how to properly add this feature?
Thank you for your time and insights!
The text was updated successfully, but these errors were encountered: