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

Improve intelligent code snippet prompt and parameter prompt of pytorch module with Jedi #12179

Closed
CatNofishing opened this issue Jun 7, 2020 · 2 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality

Comments

@CatNofishing
Copy link

The smart snippet hints for classes and functions in pytorch are very bad, some function parameter hints are weak, and the smart snippet layout is confusing.And the smart clip is incomplete. I hope you can improve the experience of pytorch framework in vscode.
image
image

@CatNofishing CatNofishing added triage-needed Needs assignment to the proper sub-team feature-request Request for new features or functionality labels Jun 7, 2020
@karthiknadig karthiknadig self-assigned this Jun 8, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jun 8, 2020
@karthiknadig
Copy link
Member

Related #11995, the LSP will use script.help API from jedi, which should produce better hover experience than what we have right now.

@karthiknadig karthiknadig added needs PR area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. and removed triage labels Jun 19, 2020
@luabud
Copy link
Member

luabud commented Jul 6, 2021

This should be improved if you use "JediLSP" in your python.languageServer setting 😊

@luabud luabud closed this as completed Jul 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants