vscode-comment-anchors
vscode-comment-anchors copied to clipboard
⚓A Visual Studio Code extension that adds support for comment anchors 🔭
I found that the default setting is **/*, but I just want to match *.sv and *.v files. I've tried the **/{*.sv,*.v}/**/* and **/{.sv,.v}/**/* as the exclude setting style, not...
Just like HTML anchors, shouldn't it?
- fixes #90 - fixes inability to match anchors that include the `endTag`-string anywhere in them I also included a screenshot like the others, showcasing the case-sensitive anchors and added...
Hello vs code version : 1.68.1 settings.json { "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "editor.renderWhitespace": "none", "editor.renderControlCharacters": false, "files.autoSave": "afterDelay", "editor.unicodeHighlight.allowedLocales": { "_os": false, "_vscode": false, "tr": false }, "breadcrumbs.enabled": false, "editor.unicodeHighlight.includeStrings":...
Hey, I hope you're doing well! I wanted to use Anchor comments for my HTML comments, but it doesn't work at all. My settings are on standard, and I didn't...
hi there, I hope this message finds you well. I'm new to vs code and programming in general. Is there a manual on how to use your extension? I have...
dear Sirs, I hope this message finds you well. I'm new to vscode and programmig in general. I have read the description of your extension for vs code and it...
I really love how this extension grew since I started using it ❤️ Once more feature request came to mind recently was navigating via command palette instead of panel. ##...
I have tried doing several different things with link tags all being unsuccessful. ``` //LINK Create Error Message : ./file.js:139 //LINK Create Error Message - ./file.js:139 //LINK ./file.js:139 ``` Only...
Maybe I am not understanding something but Intellisense completion isn't working for me. I have tried ```//ANCH // ANCH //Anch // Anch``` and none of them prompt intellisense- yet it...