Zxynine / EvenBetterComments

My take on the better-comments extension which incorporates many pull requests and multi tag definitions
https://marketplace.visualstudio.com/items?itemName=Tion.evenbettercomments
MIT License
11 stars 1 forks source link

Mixed line comments do not load until editor change #12

Closed Zxynine closed 1 year ago

Zxynine commented 1 year ago

Mixed line comments (comments which appear on the same line as code) are not loaded when the extension first loads. This is because they rely on tokens to differentiate what is a comment vs what is code. With that said, even when the extension has finished fully loading, it is not until the user makes a change or switches tabs do mixed line comments get parsed. Before changes to the file upon first load. image After changes to the file image

Zxynine commented 1 year ago

bollocks, i didnt remove the changes I made when i refreshed so in both images it looks like i made changes... welp, this issue is for me anyways and its already fixed so who cares.