wmjordan / Codist

A visual studio extension which enhances syntax highlighting, quick info (tooltip), navigation bar, scrollbar, display quality, and brings smart tool bar with code refactoring to code editor.
https://marketplace.visualstudio.com/items?itemName=wmj.Codist
GNU General Public License v3.0
307 stars 28 forks source link

Why does code coloring fail when I use the copy shortcut key ctrl+c or ctrl+x? Please answer, thank you! #330

Closed 2tenthree closed 3 months ago

2tenthree commented 3 months ago

As the question is, as long as I press ctrl+c or ctrl+x, the code coloring will fail, and I will resume when I restart vs. Have you encountered this problem? I have been troubled for several days and I can't solve it. VS2022 Community 17.9.4, codist7.8 and 7.9 all have this problem.

2tenthree commented 3 months ago

I just found out that only the currently opened cs file will lose code coloring. It is normal to open other files.

wmjordan commented 3 months ago

No, I never encounter such kind of problem. Cut and copy are very frequent operations. Had it caused trouble, I should have noticed that.

2tenthree commented 3 months ago

The Copy As Html 2022 plug-in caused this problem, and the problem was solved after I disabled it

wmjordan commented 3 months ago

I installed the Copy as Html extension and still could not reproduce this issue.