-
Notifications
You must be signed in to change notification settings - Fork 401
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 more postfix completions #2288
Comments
The list of postfix (from IDEA):
|
Clients may need to consolidate their snippets (if such support exists) the more we start offering from the server-side. For example, vscode-java provides its own We'll definitely need to review how we contribute snippets as there's advantages/disadvantages to server-side & recommending client-side. Update: Similar discussion at redhat-developer/vscode-java#2867 (regarding snippet consolidation) . |
@baober90 We do have some issues about the lambda support. Root cause is that the AST parser could not properly parse the AST when it comes to lambda expression. |
Compare jdt.ls postfix proposals:
to IDEA's:
I'd prioritize the for* and sou* proposals
The text was updated successfully, but these errors were encountered: