Eclipse formats style code within {} [message #1829291] |
Tue, 30 June 2020 11:12 |
Eclipse User |
|
|
|
Hello friends,
I am new here and I would like to count on your help and in what I can help I will be available, forgive me I am not fluent in English so I will use google translate.
I have a problem in formatting the eclipse version 4.16.x
I have to use variables in the {variable} format in the middle of the code.
Example:
<div id = "myID" style = "display: {status}"> MY TEXT </div>
When I format the text it simply removes all content from the style leaving it like this:
<div id = "myID" style = ""> MY TEXT </div>
He is understanding that the variable "{state}" is a code and ends up formatting erroneously, how to make this ignore this type of string?
|
|
|
Powered by
FUDForum. Page generated in 0.03151 seconds