reStructuredText: verbatim text in Quick Documentation
Hi,
Speaking of PyCharm 2.5.2.
Is verbatim text in reStructuredText not supposed to be rendered dictinctly in Quick Doc, say, using a monospaced font? Like how it's done by PyCharm for literal blocks in reStructuredText. Or how it's done for Epytext's C{} construction.
If I put something like the following in a docstring:
"""This `arg` is used for ..."""
arg is rendered with the same font as the rest of the text. Same is true for text in double backquotes.
Thank you.
请先登录再写评论。
Hi Eugene,
No, it's not supported yet. There is related feature request -- http://youtrack.jetbrains.com/issue/PY-5673
Feel free to vote it and get notified once it is fixed.
Thank you, Catherine!