eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

fix: add visibleWhen to find references menu entry #289

Closed ghentschke closed 4 months ago

ghentschke commented 4 months ago

otherwise to 'Find Refernces' entries were made in the generic editor context menu.

ghentschke commented 4 months ago

@ruspl-afed you were right: a visibleWhen entry is needed. Otherwise two Find References entries are made in the context menu.

ruspl-afed commented 4 months ago

@ruspl-afed you were right: a visibleWhen entry is needed. Otherwise two Find References entries are made in the context menu.

Thank you for taking my concerns into account, I'm not always wrong :)