如何使用 PTVS 突出显示 python 代码中出现的所有符号?

How to highlight all symbol appearances in python code with PTVS?

我正在为我的 Python 项目使用 PTVS 2.2 for VS2013。我发现代码编辑似乎缺少 2 个重要功能:

为了参考突出显示,我在下面找到了扩展名。 但这很愚蠢,因为它不是 case-sensitive

Highlight all occurrences of selected word

对于重构,事实证明我需要先右键单击并 select 重构。这有点乏味,但至少有效。

参考:

Highlight references when cursor is on an identifier #76

PTVS refactoring