DetachHead
DetachHead
blocked by #22 i dont want to special-case specific modules if i can help it, especially 3rd party ones, so i don't really want to do this without a plugin...
sorry the example in the original post is a bit confusing. this part with the type annotation in backticks was just pseudocode we came up with to say that it...
once #336 is resolved we also want to disable `reportUnusedParameter` on pytest `hookspec`s (related: https://github.com/astral-sh/ruff/issues/9803)
i can reproduce it, but only sometimes. seems to be an upstream pyright issue:  its not just `import ... as` statements tho, these nonsense suggestions show up all over...
> Can I ask, why you find the auto completions here to be unexpected and detrimental to the user experience? i find them extremely annoying, especially in cases where they...
re-opening this as there are actually plenty of invalid completions in pyright, these still appear when `editor.suggest.showWords` is disabled:   related: #663
looks like the jupyter extension is separate from pylance and also open source: https://github.com/microsoft/vscode-jupyter does that cover it? or is there some pylance-specific functionality that we need to add?
ah ok, in that case this might be easier than i thought. will look into it when i have time
i think that's only relevant to language servers that use the `python.languageServer` setting, which basedpyright doesn't use. i tried that approach in #424 but it didn't work out for the...
are there `ABC`s for these dunders? if so, this would be covered by #289