#vs-code

[ follow ]
Medium
1 week ago
JavaScript

How Does Live Debugging Enhance the VS Code Developer Experience?

Live debugging in software development enhances issue resolution and code quality through real-time monitoring without interrupting program execution. [ more ]
Oracle
2 weeks ago
JavaScript

Tools for Graal Development Kit for Micronaut 4.3.7

GDK for Micronaut brings updates including Graal Cloud Native Launcher for IntelliJ Idea and VisualVM support for VS Code, with extensions renamed to support Micronaut framework. [ more ]
Wisdom Geek
2 months ago
JavaScript

Using RegEx groups for Search & replace in VS Code

VS Code has a useful tool for search and replace using RegEx with the option of capture groups.
Special characters in RegEx like ^, $, |, ?, *, +, {}, [], [^], \ are essential for matching specific conditions in text. [ more ]
Python
1 week ago
Data science

Announcing Data Wrangler: Code-centric viewing and cleaning of tabular data in Visual Studio Code - Python

Data Wrangler extension for VS Code offers data viewing, cleaning, and Pandas code generation, replacing the Jupyter data viewer feature. [ more ]
Programiz
3 weeks ago
Python

Getting Started with Python

Python can be run through an online compiler without installation, or guide users step-by-step on how to install it on Windows, macOS, and Linux. [ more ]
Python
5 months ago
Python

Python Linting in Visual Studio Code - Hinting and Linting Video Series - Python

Readable code is important for maintainability and debugging
VS Code has linter extension support for cleaner code [ more ]
Oracle
3 months ago
DevOps

Creating a REST API from an existing Database using Graal Cloud Native

The latest release of developer tooling for VS Code allows users to easily create a REST-based Java application from an existing database schema.
The Micronaut Tools extension for VS Code now supports Oracle Autonomous Database, streamlining the process of exposing a database schema through an API. [ more ]
InfoQ
3 months ago
DevOps

Harnessing AI-Generated Cloudformation with Application Composer

The AWS Toolkit for VS Code now supports AWS Application Composer, allowing users to create Infrastructure as Code (IaC) templates for over 1100 AWS CloudFormation resources.
Application Composer provides a visual interface where users can drag and drop CloudFormation resources to create comprehensive applications.
Generative AI is used to automatically create resource-specific configurations, with built-in safeguards and validation against the CloudFormation schema. [ more ]
CodeProject
3 months ago
Web development

Using CoPilot in VS Code to Rocketship Your Coding

CoPilot in VS Code is an AI-powered pair programming assistant that provides real-time code suggestions and completions.
CoPilot leverages OpenAI's Codex technology and can complete functions, classes, imports, and entire lines of code based on context. [ more ]
CodeProject
3 months ago
Web development

Using CoPilot in VS Code to Rocketship Your Coding

CoPilot in VS Code is an AI-powered pair programming assistant that provides real-time code suggestions and completions.
It leverages OpenAI's Codex technology to offer accurate and relevant suggestions. [ more ]
InfoQ
3 months ago
Software development

Microsoft Launches Azure Quantum Development Kit 1.0

Microsoft has released the 1.0 version of the Azure Quantum Development Kit (QDK), which is rewritten in Rust and is 100 times faster than the previous version.
The QDK includes a debugger and resource estimator in the editor, and is integrated into the Azure Quantum Service. It also offers capabilities such as completion lists, signature help, and syntax checking. [ more ]
CodeProject
3 months ago
Software development

Boilerplate Guide to Creating a Source Generator - Part 1

Creating a source generator can be done in Visual Studio or VS Code. Debugging may only be available in Visual Studio.
Before creating a source generator, it is recommended to create a working version of the final product and a throw-away application to identify repeating sections and dynamic parts. [ more ]
[ Load more ]