imenu-extra icon indicating copy to clipboard operation
imenu-extra copied to clipboard

Add extra items into lsp-mode/js2-mode imenu items

Results 2 imenu-extra issues
Sort by recently updated
recently updated
newest added

Hi I installed imenu-extra through melpa, and add following config in init.el ``` (add-hook 'c-mode-hook (lambda () ;; at the end of mode hook (imenu-extra-auto-setup '(("tdd.it" "^[ \t]*it('\\([^']+\\)" 1) ("tdd.desc"...

Hi, I think imenu-extra is a great addition to my toolbox as I'm relying a lot on imenu. Still, I think that describe/it blocks deserve better: as these blocks are...