Today at Innoveo Solutions I work on CSS and XHTML for our Skye® product.
I am using JetBrains IntelliJ 9 since a couple of weeks now and I enjoy it very much.
I am always searching for tools which make me more productive in my daily work. IntelliJ 9 is such a tool. And today I have used a feature that helped me a lot.
I started with a CSS I received with that definition
![4581559488_dbe2f66d3d_o[1] 4581559488_dbe2f66d3d_o[1]](/images/4581559488_dbe2f66d3d_o%5B1%5D.png)
If you take care you will see the underline under margin and background, when you place the cursor over you get the following info
![4580933991_875d77222b_o[1] 4580933991_875d77222b_o[1]](/images/4580933991_875d77222b_o%5B1%5D.png)
Then you can press ALT-Enter to get an action that you can execute; “optimize margin properties”
![4580947043_53b7dd6c0d_o[1] 4580947043_53b7dd6c0d_o[1]](/images/4580947043_53b7dd6c0d_o%5B1%5D.png)
So when you execute the action for margin and background you get the following optimized result
![4581578768_3002940edb_o[1] 4581578768_3002940edb_o[1]](/images/4581578768_3002940edb_o%5B1%5D.png)
You might read more about the CSS capabilities of JetBrains IntelliJ 9 on the following blog.