Tagged articles
10 articles
Page 1 of 1
政采云技术
政采云技术
Dec 13, 2022 · Backend Development

Design and Implementation of an IntelliJ IDEA Plugin for Automatic HTTP Interface Invocation

This article describes how to build an IntelliJ IDEA plugin that parses Spring MVC controller code using PSI to automatically generate HTTP request definitions, handle method and parameter extraction, manage authentication cookies on macOS, and provides the complete source code and usage instructions.

Cookie ExtractionHTTP requestIntelliJ Plugin
0 likes · 13 min read
Design and Implementation of an IntelliJ IDEA Plugin for Automatic HTTP Interface Invocation
58 Tech
58 Tech
Sep 12, 2019 · Backend Development

Using PSI in IntelliJ IDEA Plugin Development

This article explains the concept of PSI (Program Structure Interface) in IntelliJ IDEA, demonstrates how to obtain PsiFile objects, manipulate PsiJavaFile, PsiClass, PsiField, and add annotations and parameters, providing a practical guide for plugin developers.

IDEIntelliJ IDEAPSI
0 likes · 6 min read
Using PSI in IntelliJ IDEA Plugin Development
JD Retail Technology
JD Retail Technology
Sep 7, 2018 · Backend Development

Comprehensive Guide to Developing IntelliJ IDEA Plugins: Setup, Actions, UI Thread, Background Tasks, VFS, PSI, and UI Components

This article provides a step‑by‑step tutorial on creating IntelliJ IDEA plugins, covering environment preparation, project creation, defining actions, updating plugin.xml, handling UI threads, launching background tasks, using ProgressManager, working with the Virtual File System and PSI, and leveraging the platform's UI components.

IDEA PluginIntelliJKotlin
0 likes · 8 min read
Comprehensive Guide to Developing IntelliJ IDEA Plugins: Setup, Actions, UI Thread, Background Tasks, VFS, PSI, and UI Components
JD Tech
JD Tech
Sep 5, 2018 · Backend Development

Developing IntelliJ IDEA Plugins: A Step‑by‑Step Guide

This article walks readers through the complete process of creating an IntelliJ IDEA plugin—from installing the SDK and setting up a project, to defining actions, handling UI threads, using background tasks, and exploring core concepts such as VFS and PSI—providing practical code examples and references for further learning.

IDEA PluginIntelliJKotlin
0 likes · 8 min read
Developing IntelliJ IDEA Plugins: A Step‑by‑Step Guide
AntTech
AntTech
Apr 9, 2018 · Artificial Intelligence

Practical Guide to Modeling Stability: Feature PSI, Model PSI, and Monitoring Techniques

This article explains the importance of modeling stability, describes how to assess feature and model stability using the Population Stability Index (PSI), provides step‑by‑step calculation methods, and shares practical monitoring practices such as rank mapping and daily SQL‑based checks.

Model MonitoringModelingPSI
0 likes · 9 min read
Practical Guide to Modeling Stability: Feature PSI, Model PSI, and Monitoring Techniques