Wrong occurrence highlights
See original GitHub issueTesting https://github.com/microsoft/vscode/issues/127362
- set up jupyter in a dev container:
- create a new folder
- (install remote dev container extension)
- run
Remote Containers: Add Development Container Configuration Files...
- pick
Show All Definitions...
at the bottom - pick
Jupyter Data Science Notebooks
- reopen the folder in container
- follow all the Setup steps from https://github.com/microsoft/vscode/issues/127362
- find a sample notebook e.g. https://raw.githubusercontent.com/jrjohansson/scientific-python-lectures/master/Lecture-4-Matplotlib.ipynb
- execute some of the cells, enter debugging mode and set a breakpoint in a cell
- observe that clicking on a variable is highlighting random characters in the editor
- this is most likely occurrence highlighting being incorrect:
https://user-images.githubusercontent.com/5047891/123931830-2b9b1080-d991-11eb-8648-563de570532b.mp4
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
incorrect highlighting of variable occurrences in case of object ...
This happens because for object property shorthand address in out.set(user_id, { address, user_id }); WebStorm highlights occurrences of property (left side of ...
Read more >Highlight every occurrence of a word in Microsoft Word
Highlight every occurrence of a word in Microsoft Word. 34K views 2 years ago ... Use Find and Replace with highlight formatting ...
Read more >Cannot highlight all occurrences of a selected word in Eclipse
The answer given by Mark gives you the 'Toggle Mark Occurrences' button, which on hovering shows 'Shift + Alt + O'. So, your...
Read more >Notepad++ highlight occurrences of selected text - Super User
Try the Settings -> Preferences -> Highlighting and uncheck the "Match whole word only" under Smart Highlighting.
Read more >Emotion Theory and Research: Highlights, Unanswered ...
Emotion schemas, the most frequently occurring emotion experiences, are dynamic emotion-cognition interactions that may consist of momentary/ situational ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah looking at pylance, I believe it does provide this. This would be a pylance/python extension issue then.
Dupe of #5932