In most IDEs or text editors, you can right-click the term and it will lead you to the file in which the term is defined. CoqIDE doesn't seem to have this, so I did coqdoc myfile.v --htmland then moved on to the generated HTML documents. But the only clickable conditions for this file are for the Coq standard library. Terms defined by ssreflect (for example) are not clickable.
Is there a standard way to quickly search when a specific member / identifier is defined (and the source code for it) when in a Coq file? Either in CoqIDE or in emacs + ProofGeneral (I use CoqIDE, but I would switch if emacs / ProofGeneral had this ability).
Or the standard way to create documents for each Coq project and the dependency you use?
source
share