Jeremy Jackson
Jeremy Jackson
I am not able to replicate this issue, although I am on Ubuntu rather than Windows. It may be a bit before I can test on a Windows machine. Do...
This is not something that will be possible with the current structure of this extension. In order to build the docblock comments as accurately as possible, each language has its...
Limited support for `scss` functions has been added. However this extension needs a way to autocomplete `/**` outside of `php` and `js` files, and when not commenting a class, variable,...
With release [0.5.2](https://github.com/jeremyvii/vs-docblockr/releases/tag/0.5.2), you can autocomplete `/**` over any piece of `scss` code. Unfortunately it won't be easy to add support for `///` auto-completion right away. This will take rewrites...
@petemolinero A similar changes was made to support vue.js in #46 so I think it should be possible. PRs are welcome if you want to try your hand at it.
Interesting, I wasn't aware they used a separate marketplace. I will look into getting this set up!
This extension is using a [GitHub action](https://github.com/jeremyvii/vs-docblockr/blob/main/.github/workflows/publish.yml) to publish to Microsoft's Marketplace. It looks like there is an [action](https://github.com/HaaLeo/publish-vscode-extension) available that will publish to both the Visual Studio Marketplace and...