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

Provide more alias for code snippets #2006

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

jdneo
Copy link
Contributor

@jdneo jdneo commented Feb 10, 2022

We received a lot users feedback that they need code snippets like sout, serr, etc... Actually we have those snippets supported but with different labels.

To help users easily find those features no matter which IDEs they are used to, this PR adds those mentioned alias to the completion list.

The following alias are added:

  • sysout -> sout
  • syserr -> serr
  • systrace -> soutm
  • foreach -> iter

require: redhat-developer/vscode-java#2314

Signed-off-by: Sheng Chen sheche@microsoft.com

- sysout -> sout
- syserr -> syserr
- systrace -> soutm
- foreach -> iter

Signed-off-by: Sheng Chen <sheche@microsoft.com>
@jdneo
Copy link
Contributor Author

jdneo commented Feb 10, 2022

test this please

Copy link
Contributor

@Eskibear Eskibear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants