Kyle Into
Kyle Into
> This issue is present in Jupyter but now nothing works, no autocompletion at all in jupyter. we don't support jupyter notebooks yet. opened #381
I have lots of issues with our inlay hints: - we can't cmd+click on them - we don't display anything additional on hover (we could get the docstring + maybe...
It's possible to cmd+click on them in VSCode and I think it's an important part of the hints. The spec cuts it up by [`InlayHintLabelPart`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint) which lets you provide a...
Attempted all morning. I wanted something similar to [`TypeDisplayContext.fmt`](https://github.com/facebook/pyrefly/blob/3d7069125239531ae078a78ea7f361ef53cc5068/pyrefly/lib/types/display.rs#L138) for types but I don't want to duplicate the logic of adding the string literal characters (the stuff we shouldn't be...
@jvansch1 this is pretty similar to go-to type definition. maybe it's a good continuation?
Docstrings like this should work in general. However, this one doesn't work because the source we find for list.append comes from [typeshed](https://github.com/python/typeshed/blob/main/stdlib/builtins.pyi#L1088), not the implementation. In order to do this,...
this functionality was added recently, but there is one feature still missing, #1090. closing.
@lolpack recently made a change to this. do you know which version of zed your changes were in?
> Perhaps a good next step is to get the LSP trace logs for the repro in both zed & VsCode, and compare them to see if there's a request...
sorry about the delay - big backlog and we've taken some time off for the holidays. I hope we can get to it soon. removing assignees in case someone else...