eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

Add References to editor context menu #944

Closed ghentschke closed 5 months ago

ghentschke commented 5 months ago

As editor user I want to access the References of a symbol via the context menu in the editor:

image

mickaelistria commented 5 months ago

I see a "Find References" entry in the context menu of generic editor with underlying LS available.

ghentschke commented 5 months ago

Hm, that could be implemented in another bundle? Haven't found anyhing in LSP4E. And in the CDT C/C++ Editor we have no such entry: image

ghentschke commented 5 months ago

I'll close this issue here. It should be implemented in cdt-lsp project, since its part of the org.eclipse.ui.genericeditor.findReferences command which must be enabled in the CDT C/C++ editor.