LICENSE
pyproject.toml
ivy_lsp/__init__.py
ivy_lsp/__main__.py
ivy_lsp/server.py
ivy_lsp.egg-info/PKG-INFO
ivy_lsp.egg-info/SOURCES.txt
ivy_lsp.egg-info/dependency_links.txt
ivy_lsp.egg-info/entry_points.txt
ivy_lsp.egg-info/requires.txt
ivy_lsp.egg-info/top_level.txt
ivy_lsp/features/__init__.py
ivy_lsp/features/completion.py
ivy_lsp/features/definition.py
ivy_lsp/features/diagnostics.py
ivy_lsp/features/document_symbols.py
ivy_lsp/features/hover.py
ivy_lsp/features/references.py
ivy_lsp/features/workspace_symbols.py
ivy_lsp/indexer/__init__.py
ivy_lsp/indexer/file_cache.py
ivy_lsp/indexer/include_resolver.py
ivy_lsp/indexer/workspace_indexer.py
ivy_lsp/parsing/__init__.py
ivy_lsp/parsing/ast_to_symbols.py
ivy_lsp/parsing/fallback_scanner.py
ivy_lsp/parsing/parser_session.py
ivy_lsp/parsing/symbols.py
ivy_lsp/utils/__init__.py
ivy_lsp/utils/position_utils.py
tests/test_task_1_1_scaffolding.py
tests/test_task_1_2_symbols.py
tests/test_task_1_3_parser_session.py
tests/test_task_1_4_ast_to_symbols.py
tests/test_task_1_5_fallback_scanner.py
tests/test_task_1_6_document_symbols.py
tests/test_task_1_7_workspace_symbols.py
tests/test_task_1_8_position_utils.py
tests/test_task_1_9_integration.py
tests/test_task_1_9_server.py
tests/test_task_2_1_include_resolver.py
tests/test_task_2_2_file_cache.py
tests/test_task_2_3_workspace_indexer.py
tests/test_task_2_4_definition.py
tests/test_task_2_5_references.py
tests/test_task_2_6_integration.py
tests/test_task_3_1_completion.py
tests/test_task_3_2_diagnostics.py
tests/test_task_3_3_hover.py
tests/test_task_3_4_integration.py
tests/test_task_4_4_corpus.py
tests/test_task_4_5_e2e_serena.py
tests/test_task_4_handler_wiring.py