DEV Community

Krzysztof Platis
Krzysztof Platis

Posted on • Edited on

3

My essential tools for authoring Angular code

VSCode extensions

VSCode Settings

Open to VSCode settings.json file (how: open command palette with Cmd+Shift+P then type: Preferences: Open User Settings (JSON)

Image description

and then add the following settings:

  "editor.codeActionsOnSave": {
    "source.organizeImports": true,
    "source.addMissingImports": true
  },
  "editor.formatOnSave": true,
Enter fullscreen mode Exit fullscreen mode

If you really feel like buying me a coffee

... then feel free to do it. Many thanks! 🙌

Buy Me A Coffee

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

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

Okay