vektah / CodeGlance

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime
BSD 2-Clause "Simplified" License
1.06k stars 104 forks source link

Display other occurrences of the word under cursor #228

Open tbrodbeck opened 5 years ago

tbrodbeck commented 5 years ago

I think I want to cook up https://github.com/Vektah/CodeGlance/issues/69 again. Because in my case in pycharm (PyCharm 2018.3.5 (Community Edition) Build #PC-183.5912.18, built on March 5, 2019 JRE: 1.8.0_212-b01 amd64 JVM: OpenJDK 64-Bit Server VM by Oracle Corporation Linux 4.19.32-1-MANJARO and CodeGlance 1.5.4) it is still not working, I only see the one occurrence of the searched term that I selected. Additionally it would be awesome if it would also work with the ideavim-search and if you could implement the feature to always highlight the other occurrences of the word under your cursor.