Extract 'where' clauses from PureScript functions to identify local helper functions and variables, aiding in understanding function implementation details.
Extract function names from PureScript code snippets, focusing solely on functions while excluding data types and classes. Ideal for quick code analysis and understanding.
Analyze PureScript code to extract all import statements, revealing external module dependencies. Works independently of IDE servers, supporting absolute file paths or direct code input.
Terminate the PureScript IDE server to release system resources after completing tasks like type checking or switching projects, disabling related IDE tools.
Extract top-level declaration names (functions, data types, type classes) from PureScript code or a file. Enables code analysis without requiring an IDE server, simplifying development tasks.
Extract PureScript module names from files or code snippets to analyze code structure without requiring an IDE server. Supports absolute file paths or direct code input.