Extract Embedded CSS
How do I get this to work?
http://www.jetbrains.com/webstorm/features/#Extract_Embedded_Styles
Is it dependent on a certain plugin? I have CSS Support and HTML Tools enabled.
The only inspection I get for the following snippet is "Merge Tags"
<td >
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
Please sign in to leave a comment.
It's a refactoring, so put cursor into the style tag value, invoke context menu and choose refactor -> extract inline css.