[Pydev-code] Extension point for complete Docstring-Hover?
Brought to you by:
fabioz
From: André Fritzsche-S. <and...@or...> - 2009-08-28 04:18:45
|
Hello, My second try, at the first I forgot sending with the registered mail address: at first excuse my (may be) bad english, i'm not used to speak it ;-) At moment we've got 6 licenses of PyDev Extensions and are planning to roll it out for the whole company. Due to this and because we're using Epydoc for our python documentation, I've written an extension for PyDev checking the doc's being complete and Epydoc compliant (on build like pylint) and create local API Docs (as HTML). One thing I'd like to do is showing an HTML Hover for python code objects containing the Epydoc formatted docstring (which is HTML) instead of the raw text one, which sometimes looks very ugly when using Epydoc. For this it would be nice having the whole docstring passed to an extension point interface which could render it as HTML and return it - I think this would work for other docstring types, too. Are there plans for the future having something like this or is there another way doing this now? Thanks, André |