PY-895: show constructor's quickdoc on constructor call.

Also: links to classes inside method and class quickdocs.
Adds tests for property quickdocs.
This commit is contained in:
Dmitry Cheryasov
2010-09-03 18:10:12 +03:00
parent 8de992cf81
commit 86da4b3d72
23 changed files with 286 additions and 65 deletions
@@ -1 +1 @@
<html><body><code><small>class <b>Foo</b>(object)</small><br>Doc&nbsp;of&nbsp;Foo.</code></body></html>
<html><body><code>class <b>Foo</b>(<a href="psi_element://#parent#object">object</a>)<br>Doc&nbsp;of&nbsp;Foo.</code></body></html>