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

Autocompletion doesn't add generic types #69

Closed
fbricon opened this issue Oct 18, 2016 · 1 comment
Closed

Autocompletion doesn't add generic types #69

fbricon opened this issue Oct 18, 2016 · 1 comment

Comments

@fbricon
Copy link
Collaborator

fbricon commented Oct 18, 2016

List<String> list = new ArrayLis<Ctrl+space> generates ArrayList() instead of ArrayList<String>() or ArrayList<>() (for Java 1.7+)

@gorkem
Copy link
Contributor

gorkem commented Nov 7, 2016

Fixed with eclipse-jdtls/eclipse.jdt.ls@15949e3

@gorkem gorkem closed this as completed Nov 7, 2016
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

2 participants