DEV Community

Tom Smykowski
Tom Smykowski

Posted on

2 1

Vscode Assistant 0.16 Releases

Vscode Assistant extension is becoming popular among software developers who excel in productivity.

It is a quite new extension that already is used by over 600 developers who enjoy having dynamic hints showing up right when they need it.

It is extremely easy to use it. Here is an example of a CSS hint about margin parameter order:

{

"regex": "margin: ",

"message": "Order: 1) topandbottom leftandright 2) top rightandleft bottom 3) top right bottom left"

}

And the best part is that you can write your own hints without telling you what you really need!

Today a new version of Assistant extension was released. It is a non breaking release, as usual.

New features:

you can specify files where hint should show up
hints have a tooltip indicating their source
Enter fullscreen mode Exit fullscreen mode

Install Assistant for VSCode

*Disclaimer: This is a pro-bono article. 100% of profits from you reading it goes to dev.to page owners. Article author is not affiliated with and is not compensated for his work. *

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay