How could I insert or delete columns in html tables?

In adobe dreamviewer for example were commands to insert or delete table rows and columns.
Is there any shortcuts to do those things in phpstorm?

0
3 comments

Hi there,

You mean some command that will analyze your table structure/markup and will delete/add whole column/row form it?

No -- there is no such commands (related ticket: https://youtrack.jetbrains.com/issue/WEB-320 ) -- all needs to be done manually. PhpStorm/WebStorm is not WYSIWYG-style tool.


P.S.
You can speed up adding new rows (or other elements) using Emmet functionality (e.g. "tr>td*5[TAB]" will create new row with 5 cells) or custom Live Templates.

Some documentation links/articles:

0
Avatar
Permanently deleted user

I don't need WYSIWYG-style tool.
But I think that it'll be helpfull to add or delete column from table.

So you help me to clear this fact - there is no such tools.

1

100% agree if you are going to have a DB tool you need to be able to add columns - just wasted 20 mins trying to do this.

 

(Does NOT need to be WYSIWYG BTW)

0

Please sign in to leave a comment.