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
- IdeProcess
Info - 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