wafrat
  • Home
Subscribe

visual studio code

A collection of 2 posts
visual studio code

Setting up Prettier in Visual Studio Code

Here's how to set up Prettier to reformat your files on save. First install the plugin by clicking the link at https://github.com/prettier/prettier-vscode. If VSC is installed, it'll handle the link and open the plugin page in VSC. Once installed, open VSC's settings page, and enable reformatting
Dec 25, 2020 — 1 min read
visual studio code

Test coverage in Dart & Flutter

Unit tests improve productivity dramatically. With enough coverage, you can make changes quickly while ensuring you have not broken any significant piece. How it works You run your unit tests and a tool measures which lines have been tested. The information is stored in an lcov*.info file. Later an
Dec 28, 2018 — 2 min read
wafrat © 2025