Tag

IDE integration

1 views collected around this technical thread.

大转转FE
大转转FE
Jan 21, 2025 · Frontend Development

code‑inspector‑plugin: A Frontend Development Tool for Fast Source‑Code Location and IDE Integration

The article introduces code‑inspector‑plugin, an open‑source plugin for bundlers like webpack, Vite, and Rspack that lets developers click a DOM element in the browser to instantly open the corresponding source file in their IDE, detailing installation, configuration, usage, implementation principles, and common troubleshooting tips.

IDE integrationVitecode-inspector
0 likes · 24 min read
code‑inspector‑plugin: A Frontend Development Tool for Fast Source‑Code Location and IDE Integration
DeWu Technology
DeWu Technology
Dec 25, 2024 · Artificial Intelligence

AI-Powered Intelligent Coding: Product Evolution, Technical Advances, and Future Outlook

AI‑powered coding tools—from JetBrains’ free IDEs to VSCode extensions like Cursor and end‑to‑end web platforms—are rapidly evolving, offering code continuation, AI‑driven Q&A, multi‑file editing, and chat interfaces, while advances in context handling, caching, LLM fine‑tuning, and speculative decoding promise faster, more integrated development workflows and a future where IDEs become chat‑centric assistants that streamline debugging, deployment, and junior developer support.

AI codingIDE integrationIntelligent code completion
0 likes · 18 min read
AI-Powered Intelligent Coding: Product Evolution, Technical Advances, and Future Outlook
Tencent Cloud Developer
Tencent Cloud Developer
Jan 11, 2024 · Backend Development

Delve Debugger for Go: Installation, Configuration, and Command Guide

Delve, the primary Go debugger, is installed via its official guide, requires disabling inlining with appropriate gcflags, supports flexible location specifications and rich expressions, offers multiple debugging modes (debug, exec, attach, core), configurable settings, runtime commands, breakpoint types, variable and stack inspection, and integrates seamlessly with Goland.

DebuggerGoIDE integration
0 likes · 28 min read
Delve Debugger for Go: Installation, Configuration, and Command Guide
Qunar Tech Salon
Qunar Tech Salon
Dec 29, 2023 · Artificial Intelligence

Design and Implementation of an AI‑Powered Development Assistant for Internal Use

This article presents the design, implementation, and measured impact of an AI‑driven development assistant integrated into the IDE, detailing its features such as intelligent context filling, custom Prompt templates, quick error diagnosis, internal system integration, and smart code completion, while also discussing limitations of existing tools like Copilot and ChatGPT and outlining future development plans.

AICode completionDevelopment Assistant
0 likes · 18 min read
Design and Implementation of an AI‑Powered Development Assistant for Internal Use
Taobao Frontend Technology
Taobao Frontend Technology
May 24, 2021 · Fundamentals

How to Accurately Determine MergeBase for IDE‑Based Code Review

This article explains how IDE‑based code review tools can compute the correct merge‑base using Git commit data, handle complex branch scenarios, and implement a version‑skip algorithm that reduces review workload while ensuring accurate diff information.

IDE integrationcode reviewdiff algorithm
0 likes · 17 min read
How to Accurately Determine MergeBase for IDE‑Based Code Review
Python Programming Learning Circle
Python Programming Learning Circle
May 19, 2021 · Operations

Introducing WSLg: Full Linux GUI Support on Windows 10

Microsoft’s recent preview of WSLg brings full Linux GUI support to Windows 10, enabling users to install and run desktop Linux distributions, launch IDEs and GUI applications with audio, microphone, and GPU acceleration, and seamlessly integrate development workflows across Windows and Linux environments.

GPU AccelerationIDE integrationLinux GUI
0 likes · 4 min read
Introducing WSLg: Full Linux GUI Support on Windows 10
Python Programming Learning Circle
Python Programming Learning Circle
Apr 10, 2020 · Backend Development

Using PyCharm’s Built‑in Database and HTTP Client to Replace Navicat and Postman

This article shows backend developers how to use PyCharm Professional’s integrated Database tool and HTTP Client to connect to MySQL, perform visual CRUD operations, and test RESTful APIs directly within the IDE, eliminating the need for separate tools like Navicat and Postman.

DatabaseHTTP ClientIDE integration
0 likes · 6 min read
Using PyCharm’s Built‑in Database and HTTP Client to Replace Navicat and Postman
Beike Product & Technology
Beike Product & Technology
Jun 23, 2017 · Fundamentals

Understanding Apache Maven: Core Concepts and Practical Usage for Java Developers

This article introduces Apache Maven as a vital Java build tool, explaining its standard project layout, automatic and transitive dependency management, installation, IDE integration, pom.xml configuration, common commands, and a brief comparison with Gradle, providing essential knowledge for Java developers.

IDE integrationJavaProject Configuration
0 likes · 6 min read
Understanding Apache Maven: Core Concepts and Practical Usage for Java Developers
DevOps
DevOps
Jun 20, 2016 · Fundamentals

A Guide to Popular Git GUI Clients and IDE Integrations

This article reviews several standalone Git GUI tools such as GitHub Desktop, SourceTree, and TortoiseGit, as well as IDE‑integrated Git support in Xcode, Eclipse, Visual Studio, and VS Code, highlighting their features, platform compatibility, and practical usage tips for developers.

GUIIDE integrationdeveloper tools
0 likes · 8 min read
A Guide to Popular Git GUI Clients and IDE Integrations