https://www.jetbrains.com/help/pycharm/2017.1/highlighting-usages.html

Highlighting usages in the current file

To highlight usages of a symbol in the current file

  1. Place the caret at the selected symbol in the editor. If automatic usages highlighting is enabled, see all its occurrences in the current file highlighted. Otherwise, proceed to the next step.
  2. On the main menu, choose Edit | Find | Highlight Usages in File, or press Ctrl+Shift+F7.

Navigating among usages

To navigate among usages, do one of the following

  • Click on a stripe in the marker bar to navigate to the respective usage location.
  • Use F3 and Shift+F3 keyboard shortcuts, to navigate to the next and previous usages respectively.

Removing highlighting

To remove highlighting of usages

  • Press Escape.

最新文章

  1. C#/winform 自动触发鼠标、键盘事件
  2. SQLServer数据库备份
  3. JAVA基础知识之JDBC——离线RowSet
  4. July 17th, Week 30th Sunday, 2016
  5. tar 报错gzip: stdin: not in gzip format
  6. java parseint()
  7. php 格式化数字 位数不足前面加0补足
  8. 都是类型惹的祸——小心unsigned
  9. In-Memory:Hash Index
  10. HW6.3
  11. mongodb3.0 性能測试报告 一
  12. linux command ---1
  13. CXF整合spring
  14. jsp 基础知识之指令元素
  15. SQL LEN() 函数
  16. Redis 中可以存储的五种基本类型
  17. redis 字符串(string)函数
  18. Hadoop 搭建集群的步骤
  19. git与eclipse集成之代码提交
  20. Redis内存分析方法

热门文章

  1. HDU3689 Infinite monkey theorem 无限猴子(字符串DP+KMP)
  2. python运算符优先级表
  3. Direct2D 如何关闭抗锯齿
  4. 【例7-15 UVA-1603】Square Destroyer
  5. Akka边学边写(4)-- MiniRPG
  6. Hibernate之API初识及增删改查实现
  7. 28. Spring Boot配置方式
  8. 【例题 6-21 UVA - 506】System Dependencies
  9. ORACLE使用WITH AS和HINT MATERIALIZE优化SQL解决FILTER效率低下
  10. Java设计模式——代理模式实现及原理