Best of VSCode — July 2023
- 1
- 2
freeCodeCamp·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
freeCodeCamp·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
Visual 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
Visual 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
- 7
Community 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
Venture 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
ITNEXT·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
freeCodeCamp·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.