[Python-ideas] Accessible tools (original) (raw)
Wes Turner wes.turner at gmail.com
Fri Feb 20 06:02:06 CET 2015
- Previous message: [Python-ideas] Accessible tools
- Next message: [Python-ideas] Accessible tools
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 19, 2015 9:12 PM, "Nikolaus Rath" <Nikolaus at rath.org> wrote:
_On Feb 19 2015, "Stephen J. Turnbull" <_ stephen-Sn97VrDLz2sdnm+yROfE0A at public.gmane.org> wrote: > Emacs has most of the features you're talking about in some form > already. I admit it is questionable whether the quality is up to the > standards of Eclipse or Xcode. For example, Emacs's completion > feature is currently not based on the full AST and so doesn't come up > to "intellisense" standards. Are you sure? I believe that jedi effective uses the AST. It actually parses the code in a subordinate Python interpreter and uses its interspection capabilities.
Jedi also parses docstrings.
There are a number of plugins for emacs and jedi: "(Jedi.el, elpy, anaconda-mode, ycmd)" https://github.com/davidhalter/jedi/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20150219/cce0dde3/attachment-0001.html>
- Previous message: [Python-ideas] Accessible tools
- Next message: [Python-ideas] Accessible tools
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]