Best of VSCode — 2022
- 1
- 2
- 3
- 4
- 5
freeCodeCamp·4y
Learn Docker and Kubernetes – Free Hands-On Course
Guy Barrette teaches this Docker Containers and Kubernetes Fundamentals course for beginners. Guy is a developer & trainer with more than 25 years of experience. He is a Microsoft MVP, frequent conference speaker, and was leader of the Montreal.NET User Group for more than 23 years.
- 6
DEV·4y
Database GUIs in JavaScript
Traditional tools are often written in Java, C++ or Delphi and they use good old JDBC, ODBC or ADO.NET drivers for accessing database. Almost all tools are open-source. If you know about other tool not listed in this article, you could write about it in comments below. For SQLlite I actually use Firefox.
- 7
Hashnode·4y
StackFlex — The last day you'll copy-paste code
StackFlex adds a little button to save code snippets you view in the browser. The app is designed to be minimal and dark because most programmers prefer dark mode and minimal, easy-to-use designs. Library users can search, view, edit and delete updated items from the library.
- 8
Medium·4y
The Ultimate Clean Architecture Template for TypeScript Projects
The Ultimate Clean Architecture Template for TypeScript Projects. A guide on creating a layer-based TypeScript project template following the principles of clean architecture. A Detailed Implementation Guide Create your project directories and root Configuring Core, Data, and DI Setting up the mono repo configuration.
- 9
- 10
Discover .NET·4y
How To Fix Visual Studio Code IntelliSense Loading Infinitely
How To Fix Visual Studio Code IntelliSense loading infinitely issue was gone. It turned out that sometimes your VS Code might be using a different TypeScript version than your workspace uses. In order to fix it, use TypeScript: Select TypeScript Version... command.
- 11
freeCodeCamp·4y
Git Best Practices – How to Write Meaningful Commits, Effective Pull Requests, and Code Reviews
This article, we will explore how to write meaningful Git commit messages. How to get really good at the code review process and some best practices to follow. Use Imperative Commands Prefix your commit messages with imperative commands.
- 12
Community 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.
- 13
Visual Studio Code·4y
Visual Studio Code September 2022
Visual Studio Code September 2022 September 2022 (version 1.72) There are many updates in this version that we hope you'll like. You can download the nightly Insiders build and try the latest updates as soon as they are available. The editor hover used to be very aggressive in hiding itself, especially when the mouse was going over an empty area.
- 14
JetBrains·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.
- 15
Community 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.
- 16
- 17
This Dot·3y
VSCode Keyboard Proficiency
The first command we will learn is the command to open the keyboard shortcuts editor. The main two cursor word movements are the cursorWordLeft and cursorWord. The cursorLineEnd and cursorLineStart commands do exactly that. They are bound to Ctrl+A and Ctrl+E, respectively. The most basic form of vertical movement is the cursor up and cursor down commands.
- 18
- 19
Syncfusion·3y
JavaScript Debugging with VS Code and Chrome
JavaScript Debugging with VS Code and Chrome Debugging is a vital part of identifying why your application is misbehaving. This article will discuss how we can debug JavaScript using the simple and efficient tools in Visual Studio Code and Google Chrome. A list of breakpoints is always available in the right panel of Chrome DevTools. For example, JavaScript will throw an error in strict mode if we assign values to undeclared variables.
- 20
Foojay.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.
- 21
- 22
- 23
Visual 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.
- 24
asayer·3y
Is GitHub Copilot a Threat to Developers?
GitHub Copilot is an artificial intelligence (AI) tool developed by GitHub and OpenAI, an AI research laboratory. It is available as a Visual Studio Code, Neovim, and JetBrains integrated development environment extension (IDEs) Copilot uses OpenAI Codex to suggest code and entire functions in real time from editor Code problems.
- 25
Visual Studio Code·4y
Visual Studio Code August 2022
Visual Studio Code August 2022 August 2022 (version 1.71) is the latest version to be released. There are still many updates in this version that we hope you'll like. New Code Action control makes it easier to find the Code Action you want. Expanded codecs support - To help display embedded audio and video in notebooks.