VS Code -extensionit

Koodiklinikalla käytiin keväällä 2022 suuri VS Code extensions -keskustelu. Tässä koosteena klinikkalaisten vinkit parhaaseen kokemukseen. Kiitos Petrille keskustelun avaamisesta!

Koodin tyylittely ja muokkaus

Code refactoring

Code formatting

Code linting

Code highlighting

Code comments generation

Spell checkers

Autocomplete

Git

Tyylilliset / visuaaliset laajennokset

Muiden työkalujen laajennokset

Muut

  • EditorConfig for VS Codearrow-up-right

    • "This plugin attempts to override user/workspace settings with settings found in .editorconfig files."

    • Useful for storing basic text formatting settings as a part of the repository to avoid mismatch between computers/developers.

  • Live Serverarrow-up-right

    • "Launch a development local Server with live reload feature for static & dynamic pages"

  • Quit Controlarrow-up-right

    • "This extension will make all "quitish" keyboard shortcuts prompt you if you really want to close everything if they were going to do so."

  • Quokka.jsarrow-up-right

    • "Quokka.js is a developer productivity tool for rapid JavaScript / TypeScript prototyping. Runtime values are updated and displayed in your IDE next to your code, as you type."

  • Thunder Clientarrow-up-right

    • "Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni with simple and clean design."

  • vscodevimarrow-up-right

    • "Vim emulation for Visual Studio Code"

  • Webhintarrow-up-right

    • "Use webhint to improve your website during development."

Last updated

Was this helpful?