Get rid of that silly space eclipse generates when you open an EL expression
autocomplete, eclipse, el
Solution
You can disable the auto-close-brace:
Problem
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 ```