CodeGlancePro
CodeGlancePro copied to clipboard
Incorrect minimap scrolling in .ipynb files
- Which Glance version and IDEA version? 1.4.3 and Build #DS-221.5080.210, built on April 12, 2022
- Do you enabled reader mode option? no
- Could you show Glance config picture and minimap picture?
- What steps will reproduce the issue? Create a .ipynb file and run some cells to get output.
sorry,This seems to be because those words do not belong to the editor can cause this problem,and hard to fix.
I see, thanks for looking into it.
I have the same problem with .java files in IDEA. I found out that it is due to the "new functionality" of inlay hints.
If the position of the hints is "Top" which is the default setting, they create "gaps" in the line numbering, which is not detected (detectable?) by "Code Glance". Changing the position of the hints to "Right" (or disabling them completely) fixes the problem.
I have the same problem with .java files in IDEA. I found out that it is due to the "new functionality" of inlay hints.
If the position of the hints is "Top" which is the default setting, they create "gaps" in the line numbering, which is not detected (detectable?) by "Code Glance". Changing the position of the hints to "Right" (or disabling them completely) fixes the problem.
please read #7. I can't fix this. I need someone to help me.
this is the solution from VSCode
maybe we can optimize the problem like this
It connects the code and the minimap to help locate the code. Although not fixing the underlying problem, this optimizes the problem.
sorry,don't know what it mean
I have the same problem with .java files in IDEA. I found out that it is due to the "new functionality" of inlay hints.
![]()
![]()
If the position of the hints is "Top" which is the default setting, they create "gaps" in the line numbering, which is not detected (detectable?) by "Code Glance". Changing the position of the hints to "Right" (or disabling them completely) fixes the problem.
hello,this issuse now fixed,please check on this,but precision problem may occur