Best of VSCodeDecember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Code faster with custom VScode snippets

    The best way to tackle this problem is with tailored-to-you snippets and I will show how to create them in less than 2 minutes. The best of it is that you can combine with placeholders, tabstops and variables. If you write multiple times the same number you will edit the same text at each location.

  2. 2
    Article
    Avatar of jetbrainsJetBrains·3y

    10 Best WebStorm Themes

    All the themes mentioned in this blog post are either available out of the box or can be installed for free directly from your IDE. WebStorm is very customizable, so you can configure it how you like. You can change the theme you’re using, which will alter the look and feel of the IDE.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Javascript setup for browser and editor for web development

    Javascript setup for browser and editor for web development Browser, Editor setup, and Running Javascript Setting up browser, editor and terminal and running Javascript. Let's talk real quick about setup and the tools you need.

  4. 4
    Article
    Avatar of vscodeVisual Studio Code·3y

    Making Remote Development Even Better

    Visual Studio Code has a built-in command-line interface (CLI) that lets you control how you launch and manage the editor. The updated CLI is built into the latest VS Code release and is also available for standalone install.

  5. 5
    Article
    Avatar of foojayioFoojay.io·3y

    Two Million Java Developers on Visual Studio Code!

    For the November update, we are bringing you new code editing features, such as postfix completion and optimized organize imports. In addition, we've made some visual enhancements to the Spring components. We are continuing to add more improvements around "organize import" scenarios and you can find all our future plans in this GitHub issue.

  6. 6
    Article
    Avatar of itsfossIt's Foss·3y

    How to Automatically Indent Code in Visual Studio Code

    The indent in code refers to the space you have at the beginning of the code line. You can set tabs or spaces or whatever you prefer for the indentation.

  7. 7
    Article
    Avatar of vscodeVisual Studio Code·3y

    Visual Studio Code November 2022

    Visual Studio Code November 2022 November 2022 (version 1.74) Download the nightly Insiders build and try the latest updates as soon as they are available. The highly upvoted issue #87956 ("Allow to set explorer.autoReveal per specific folder") has been fixed by the introduction of a new setting.

  8. 8
    Article
    Avatar of logrocketLogRocket·3y

    Type HTML faster in React with Emmet and VS Code

    Type HTML faster in React with Emmet and VS Code Visual Studio Code. Emmet helps you write HTML and CSS faster by using simple abbreviations that are then converted into code blocks. By default, Emmet is not enabled for React in VS Code, so it doesn't require any additional installation.

  9. 9
    Article
    Avatar of snykSnyk·3y

    5 “no experience needed” tips for building secure applications

    Developers don't need to be security experts to build secure apps — they just need the right tools. Snyk is a security tool created specifically for developers. Use static code analysis to find and fix security vulnerabilities in the code you write and the dependencies you use.