Skip to content

Comments

[Formatter] Do not escape annotations inside snippet tags#4851

Open
SougandhS wants to merge 1 commit intoeclipse-jdt:masterfrom
SougandhS:InvalidCharFormatter
Open

[Formatter] Do not escape annotations inside snippet tags#4851
SougandhS wants to merge 1 commit intoeclipse-jdt:masterfrom
SougandhS:InvalidCharFormatter

Conversation

@SougandhS
Copy link
Member

@SougandhS SougandhS commented Feb 18, 2026

The formatter currently converts lines starting with '@' into
image inside snippet bodies. This commit prevents snippets to be marked as escape strings

Fixes : #2071

What it does

How to test

Author checklist

The formatter currently converts lines starting with '@' into '&eclipse-jdt#64;'
inside snippet bodies. This commit prevents snippets to be marked as
escape strings

Fixes : eclipse-jdt#2071
@SougandhS
Copy link
Member Author

Hi @mateusz-matela,
Could you please check this PR when you get some time ?

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.

Javadoc @snippet blocks: Formatter replaces "@" with @

1 participant