ctrl-x ctrl-i lists the current symbols and lets you jump to them. I don't know of anything that does it across a project however.
On 13 June 2011 12:42, yair <[email protected]> wrote: > I mean something like a window or tab somewhere on the screen that > would list all .clj files in the project directory, and for each of > them, or at least for the current one, a list of all definitions > (defn, defn- def) sorted alphabetically or at least by order of > appearance in the file. Think of the project view in Eclipse that > shows all the Java classes, along with the outline view that shows all > fields and members. > > Thanks > > On Jun 13, 12:30 pm, Vagif Verdi <[email protected]> wrote: > > What do you mean by navigation ? Slime supports jumping to function > > definition (Alt-.) and back (Alt-,) And this works not only in your > > own code but also in all contrib libraries. > > So what else do you need ? > > > > On Jun 12, 6:50 pm, yair <[email protected]> wrote: > > > > > > > > > > > > > > > > > Hi, > > > > > With swank and slime all set-up along with CDT, further improved by > > > slime autocomplete, my emacs setup is getting pretty close to being a > > > full featured, highly clojure focused IDE. One thing I am struggling > > > with while working on a larger than usual project (i.e. 7 source files > > > some of which have 200-300 lines) is quickly navigating between source > > > files and the definitions within them. I took a look at CEDET but it > > > seemed a bit overwhelming, and I wasn't sure the effort would be worth > > > it as I couldn't tell if clojure would then be supported within it. > > > > > So, which plugins do you use in emacs for navigating between clojure > > > source files and definitions? > > > > > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
