Posts tagged with “vscode“ (31)

  1. VS Code - Catch errors in your markdown files

    You can make syntax mistakes in Markdown the same as you would with any programming language. Here is how you can catch those syntax mistakes.

  2. Migrating from VS Code to VS Codium on Linux painlessly

    Switching to VS Codium does not require much effort. You just need to install it and copy some configuration files.

  3. VS Code or VS Codium - Which should I choose?

    You may have heard of VS Codium as an alternative to VS Code and may be wondering which you should choose. Which one is best for you?

  4. VS Code - You don’t need a formatting extension (Prettier and friends)

    You can use the built-in formatters for a growing number of languages. You may not need an extension!

  5. VS Code - What’s the deal with the telemetry?

    VS Code collects telemetry data to help understand Microsoft how to improve the product. Is it above board? Can I turn it off completely?

  6. Setup VS Code for Java development

    I will go through how to setup VS Code for Java development from zero. You need to install some extensions to provide the core language features.

  7. VS Code keyboard shortcuts that will boost your productivity

    Keyboard shortcuts help you achieve tasks quicker. Any task you perform regularly is a candidate for a shortcut. Let’s cover some practical examples.

  8. VS Code: You don’t need that extension part 2

    VS Code has builtin features and settings that ably do the work of many popular extensions. Take a look, you may not need that extension!

  9. VS Code - increment and decrement numbers with shortcuts

    Browser devtools enable you to increment and decrement numeric values with keyboard shortcuts, wouldn’t it be nice to have this in VS Code too?

  10. VS Code - How to write great snippets that anyone can use

    Many snippets resemble bash aliases. They are a list of nonsense abbreviations. Snippets are more powerful than that, there is a better way!