Replies: 1 comment 1 reply
-
Hi, just saw your issues as I was having the same. I don't have a hands-on solution yet, but I've dug a little into it, so here's my finding and potential solutions. Basically By default, if you're using So the first solution is to tell (add-to-list 'eglot-stay-out-of 'imenu) the default should fit your need. Otherwise it seems like there are some people working on doing basically the same for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I know this is not a Doom specific or related question but I was wondering if someone can help me out on this.
In the latest Doom release, imenu (or consult) changed what items are scanned and included and I get a lot of unnecessary "noise" when I use
consult-imenu
(C-c s i
).I'm a PHP developer and when I invoke
consult-imenu
(my use-case is to quickly jump to method definitions), while previously I got the namespace entry, the class name entry and methods (with visibility included), I now get also all variables in all methods and no method visibility information.My question is, can filter out some entries, namely the variables? It adds too much noise and, IMO, no real added value.
If I can, somehow, also get back the visibility information of each method that would also be great.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions