Closed
Description
Currently it's not possible to navigate to a spec definition using imenu with clojure-ts-mode
, because only symbols are considered as definitions. So we see only one entry with the name Anonymous
:

In clojure-mode
imenu supports specs.
Would it be useful to define a special category for specs like this?

We can check if def
has a s
namespace to distinguish normal variables from specs (another option is to check if first item of a def is a keyword).
Metadata
Metadata
Assignees
Labels
No labels