StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

displayTagName vs displayInSidebar #184

Open scott-vsi opened 1 year ago

scott-vsi commented 1 year ago

What is the difference between displayTagName and displayInSidebar? It seems like displayTagName would hide the tag name from the sidebar, but you actually suggest using displayInSidebar in this comment. Looking at the implementation, it looks like displayInSidebar == false is equivalent to displayInSidebar == true && displayTagName == false