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

Intrusive Intellisense in Interactive Window #6065

Closed
anthonykim1 opened this issue Jun 26, 2024 · 1 comment
Closed

Intrusive Intellisense in Interactive Window #6065

anthonykim1 opened this issue Jun 26, 2024 · 1 comment
Assignees

Comments

@anthonykim1
Copy link

anthonykim1 commented Jun 26, 2024

It is great that Pylance provides in terms of providing Intellisense and Syntax highlighting for interactive window users. (Now experimental new VS Code specific Python REPL as well which uses interactive window as a backbone excluding some of the features like cell indexing)

Users from user studies testing out the new REPL and the interactive window(provided by Jupyter extension) has came across this glitch in the text input box of the interactive editor where same function definition/hints are provided multiple times without taking regards to the actual small size of the text input box in the interactive editor as a whole.
/cc @cwebster-99

Is this a regression?
Screenshot 2024-06-26 at 10 55 26 AM

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Jun 26, 2024
@rchiodo
Copy link
Contributor

rchiodo commented Jun 26, 2024

I believe this is by design. There are a bunch of overloads for the parse function and it's showing all of them. VS code itself would be responsible for making the UI smaller (or adding a scroll bar).

@rchiodo rchiodo closed this as completed Jun 26, 2024
@rchiodo rchiodo added by design and removed needs repro Issue has not been reproduced yet labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants