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

Add NewObject completer #6326

Open
2 tasks
magnus-madsen opened this issue Aug 13, 2023 · 3 comments · May be fixed by #7605
Open
2 tasks

Add NewObject completer #6326

magnus-madsen opened this issue Aug 13, 2023 · 3 comments · May be fixed by #7605
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers student programmer Relevant for student programmers

Comments

@magnus-madsen
Copy link
Member

I would like to write:

new ##java.io.InputStream ...

and then be offered two types of completions:

  • Completion of java.io.InputStream
  • Completion of all abstract methods/signatures in InputStream (i.e. a template to fill out).
@magnus-madsen magnus-madsen added student programmer Relevant for student programmers good first issue Good for newcomers enhancement New feature or request labels Aug 13, 2023
@magnus-madsen
Copy link
Member Author

@xdesou01 If you have time, this would also be a fun one. Especially part B where you fill out the entire body of the class.

@magnus-madsen
Copy link
Member Author

@sockmaster27 You can continue from here: #6520

@magnus-madsen
Copy link
Member Author

Ill let @jaschdoc take a stab

@jaschdoc jaschdoc linked a pull request Apr 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers student programmer Relevant for student programmers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants