Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some language server features not working in the console and in Jupyter notebooks e.g. hover and signature help #6140

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e798039
fix some lsp methods not searching user namespace; test signature_hel…
seeM Jan 20, 2025
bf23cc7
test type_definition
seeM Jan 20, 2025
2ba895d
refactor: extract `PositronName`; search namespace for `hover`
seeM Jan 21, 2025
9591645
wip checkpoint all completion tests passing
seeM Jan 21, 2025
54571e9
yay it works
seeM Jan 22, 2025
3919d69
fix completions tests: use `text_edit` if provided
seeM Jan 23, 2025
ed380ac
test that parameter completions appear first
seeM Jan 23, 2025
e205d6d
request an actual completion instead of mocking in resolve test
seeM Jan 23, 2025
49a44a6
mock magics
seeM Jan 23, 2025
d252a29
fix resolve error due to differing cache key
seeM Jan 23, 2025
26fb5e5
tidy
seeM Jan 23, 2025
f792499
patch instead of subclass
seeM Jan 23, 2025
f4b76d8
clean up and add types (as best we can)
seeM Jan 23, 2025
67219d7
add skipped tests
seeM Jan 23, 2025
4087f8f
renames
seeM Jan 23, 2025
5270458
add character test param
seeM Jan 23, 2025
a3c173b
fix bad merge conflict resolution
seeM Jan 28, 2025
b731d85
ruff
seeM Jan 28, 2025
17e102b
test textDocument/documentHighlight
seeM Jan 28, 2025
8737980
test `textDocument/references`
seeM Jan 28, 2025
dad1250
test `textDocument/documentSymbol`
seeM Jan 28, 2025
2d1ca85
test `textDocument/rename`
seeM Jan 28, 2025
fd8c020
remove code action tests since they're disabled for now
seeM Jan 28, 2025
46621ca
cleanup
seeM Jan 28, 2025
506a2e1
skip references from namespace test on 3.8
seeM Jan 28, 2025
0edf174
attempt to fix polars completion error on py3.9
seeM Jan 28, 2025
77cf8cb
dont use interpreter for references
seeM Jan 28, 2025
ddd60b7
attempt to fix windows test error
seeM Jan 28, 2025
ef7de97
oops!
seeM Jan 28, 2025
7a45af5
another attempt
seeM Jan 29, 2025
e22eccb
another
seeM Jan 29, 2025
746fa8b
fix tests on windows
seeM Jan 30, 2025
fa3f73f
fix type error
seeM Jan 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading