# IDE The `simvx.ide` package is the engine-native Python IDE: code editor with LSP completion, integrated debugger, linting, and a terminal — all built on `simvx.core.ui` widgets and rendered via `simvx.graphics`. ## Subpackages | Subpackage | Description | |------------|-------------| | {py:mod}`simvx.ide.dap` | DAP (Debug Adapter Protocol) client for step debugging | | {py:mod}`simvx.ide.lint` | Linting and auto-formatting integration | | {py:mod}`simvx.ide.lsp` | LSP (Language Server Protocol) client for IDE features | | {py:mod}`simvx.ide.panels` | IDE panels — editor, file browser, terminal, output, problems, debug, search, symbol outline, settings | | {py:mod}`simvx.ide.widgets` | IDE widgets — autocomplete popup, status bar, command palette, goto line | ## API Reference See {py:mod}`simvx.ide` for the complete API.