Jamie Brandon
Results
42
comments of
Jamie Brandon
Do you mean jump-to-definition? It's bound to ctrl-. by default but at the moment it is only supported in clj/cljs.
We can use (https://github.com/davidhalter/jedi) for python and tern ( http://ternjs.net/) for js. We just need to implement async autocompletion first. Shouldn't be too hard. On 10 January 2014 03:02, fishg...