Commit Graph
6 Commits
Author SHA1 Message Date
Mikhail Golubev 69d61a8316 PY-29717 Get rid of excess escaping of spaces in function signatures
It's not necessary as in Quick Documentation a definition is wrapped in
<pre/> tag according to new guide lines, and in tooltips line breaks are
preserved thanks to UIUtil.getHtmlBody() used in HintUtil.prepareHintText().
2018-06-09 15:59:39 +03:00
Mikhail Golubev f94e80c996 PY-29717 Display qualified name/path of a module for a top-level definition 2018-06-09 15:59:38 +03:00
Mikhail Golubev 407ed5f127 PY-29717 Display inferred function type together with its signature 2018-06-09 15:59:35 +03:00
Semyon Proshev 68b17b57c0 Make return type weak for functions decorated with unknown decorator (PY-28626)
Or decorator that could change return type.
2018-03-27 21:33:54 +03:00
Semyon Proshev ed3672ce40 Update PythonDocumentationProvider.describeFunction 2017-09-22 15:52:16 +03:00
Semyon Proshev 2c536c6461 Simplify and make describing decorators methods more flexible 2017-09-22 15:52:14 +03:00