LICENSE
README.md
pyproject.toml
src/sage_lsp.egg-info/PKG-INFO
src/sage_lsp.egg-info/SOURCES.txt
src/sage_lsp.egg-info/dependency_links.txt
src/sage_lsp.egg-info/entry_points.txt
src/sage_lsp.egg-info/requires.txt
src/sage_lsp.egg-info/top_level.txt
src/sagelsp/__init__.py
src/sagelsp/__main__.py
src/sagelsp/_version.py
src/sagelsp/notebook.py
src/sagelsp/server.py
src/sagelsp/symbols_cache.py
src/sagelsp/config/__init__.py
src/sagelsp/config/format_config.py
src/sagelsp/plugins/actions.py
src/sagelsp/plugins/autopep8_format.py
src/sagelsp/plugins/completion.py
src/sagelsp/plugins/cython_utils.py
src/sagelsp/plugins/definition.py
src/sagelsp/plugins/folding.py
src/sagelsp/plugins/hookspecs.py
src/sagelsp/plugins/hover.py
src/sagelsp/plugins/jedi_utils.py
src/sagelsp/plugins/manager.py
src/sagelsp/plugins/pycodestyle_lint.py
src/sagelsp/plugins/pycodestyle_patch.py
src/sagelsp/plugins/pyflakes_lint.py
src/sagelsp/plugins/references.py
src/sagelsp/plugins/sage_utils.py
tests/test_autopep8.py
tests/test_completion.py
tests/test_cython_utils.py
tests/test_definition.py
tests/test_hover.py
tests/test_lsp_server.py
tests/test_pycodestyle.py
tests/test_pyflakes.py
tests/test_symbols_cache.py
tests/test_type_definition.py