When I use an EL expression in Eclipse, I naturally begin by typing ${
. Eclipse, wanting to help out a little, places a close brace }
afterward. However, there's a space between them. So if I want ${user.name}
I type ${
, followed by user.name
but my end result is ${user.name }
- that extra space drives me bonkers.
I've looked through all the menus and cannot find where this is defined. Clearly I haven't looked through well enough, because it has to be in there. How can I eliminate... no, eradicate, this space?
My Eclipse info:
Version: Juno Service Release 2
Build id: 20130225-0426
${
I get${ }
with my cursor after the{
. :-( – Doura