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

Ray typing IDE code completion support #9623

Open
pcmoritz opened this issue Jul 22, 2020 · 1 comment
Open

Ray typing IDE code completion support #9623

pcmoritz opened this issue Jul 22, 2020 · 1 comment
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical

Comments

@pcmoritz
Copy link
Contributor

Describe your feature request

Now that #9574 is merged, it would be awesome to also have code completion support in IDEs for ray remote functions. Out of the box, the type of function_name.remote is just decorator in Visual Studio Code, so there is no code completion.

I wonder how we could make that happen!

@simon-mo Do you have an idea by any chance?

@pcmoritz pcmoritz added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jul 22, 2020
@pcmoritz pcmoritz changed the title Typing IDE code completion support Ray typing IDE code completion support Jul 22, 2020
@simon-mo
Copy link
Contributor

simon-mo commented Jul 22, 2020

I think the checking does happen in vscode when

"python.linting.mypyEnabled": true,

in settings.json

the completion engine is based on signatures as well?

@richardliaw richardliaw added P2 Important issue, but not time-critical and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical
Projects
None yet
Development

No branches or pull requests

3 participants