Module detect

Module detect 

Source
Expand description

IDE Detection

Detects which IDE the CLI is running in by examining environment variables and traversing the process tree to find the IDE process.

Modules§

ide_definitions
Known IDE definitions

Structs§

IdeInfo
Information about a detected IDE
IdeProcessInfo
Information about the IDE process

Functions§

detect_ide
Detect the IDE, using both environment and process information
detect_ide_from_env
Detect IDE from environment variables
get_ide_process_info
Get process info by traversing the process tree This finds the IDE process by walking up the parent chain