最新版本的pycharm(2016.1) 有一种奇怪的行为 - 文档字符串中的某些字符映射到其他字符 - 仅在显示中 - 任何变通方法?
示例:
def main(self, args=None):
"""
:param args: List of arguments, with the 'aws' removed. For example,
the command "aws s3 list-objects --bucket foo" will have an
args list of ``['s3', 'list-objects', '--bucket', 'foo']``.
"""
看起来像:
答案 0 :(得分:2)
当您的个人资料中的字体损坏时会发生这种情况。由于Java与OS中的字体渲染有许多复杂因素,因此有很多事情要导致显示这些工件。
解决此问题的最简单方法是重置主题的字体配置,然后重新启动IDE。