Best of VSCodeJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Stop Being A JR Software Engineer | Prime Reacts

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Portfolio Site with Sanity and Next.js

    Sanity is a headless CMS framework for managing content. Sanity is Sanity's open source single-page app for managing your data and operations. You'll learn how to use Sanity as a data source to build a portfolio site with Next.js. In this tutorial you'll be mounting it together with your Next.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Learn JavaScript for Beginners – JS Basics Handbook

    Learn JavaScript for Beginners - JS Basics Handbook. We'll cover things like variables, data types, functions, objects, arrays, and classes. You'll also learn how to mix them all to build a small but solid program. This tutorial focuses only on JavaScript as a programming language and uses the terminal to run the code.

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

    Shrinking VS Code with name mangling

    Shrinking VS Code with name mangling July 20, 2023 by Matt Bierner, @mattbierner. We recently reduced the size of Visual Studio Code's shipped JavaScript by 20%. This reduction means less code you need to download and store on disk, it also improves startup time.

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

    Visual Studio Code June 2023

    Visual Studio Code June 2023 (version 1.80) Download the nightly Insiders build and try the latest updates as soon as they are available. There are many updates in this version that we hope you'll like, some of the key highlights include better screen reader support, Copilot audio cues.

  6. 6
    Article
    Avatar of typescripttvTypeScript.TV·3y

    Type Inference & Type Annotations in TypeScript

    Type Inference occurs when TypeScript automatically determines the type of a function. When we hover over our function, we can see that TypeScript has inferred its return type to be.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Build a MEAN web app: Part 3 - Prettier + ESLint, a match made in heaven

    A comprehensive guide on how to enhance your TypeScript development experience by integrating Prettier and ESLint, two powerful tools for maintaining code quality. Linters are static code analysis tools that flag programming errors, bugs, stylistic errors, and suspicious constructs. Formatters enforce a consistent coding style across your entire codebase.

  8. 8
    Article
    Avatar of venturebeatVenture Beat·3y

    GitHub announces public beta of Copilot Chat IDE integration

    GitHub announces public beta of Copilot Chat IDE integration. The company claims this will empower every development team member to build complete applications or debug codebases in minutes rather than days. GitHub claims the new offering will democratize software development, improving developer teams’ productivity and satisfaction.

  9. 9
    Article
    Avatar of itnextITNEXT·3y

    Vim for the VS Code User: Part 2 — Language Support

    Vim for the VS Code User: Part 1 — Initial setup A Guide for those coming from VS Code who want to get into vim — Just like me! Itnext.io In this article, we’ll setup LSP support, Autocomplete, and Syntax Highlighting. For the emmet and html LSPs, this isn’t necessary.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Configure Visual Studio Code for Python Development

    Visual Studio Code is one of the most versatile code editors out there. The sheer extensibility of the program makes it almost as capable as some of the JetBrains products out there. In this article, I'll introduce you to a set of essential extensions that will elevate your Python development experience to the next level.