Plugin to List all form Elements and/or Variables
Hi guys I am wondering if there is a plugin or a option that I am missing.
In an IDE like Netbeans the code structure Tab formatted differently. Rather than a tree view I can view it as a list.
This lets me review all of my form element names and/or variable names.
It makes it very easy for me to refernce these names when I am writing my PHP code. Does PHPStorm have anything similar? I have used the structure tab but I find the tree view more of a hinderance in this context.
Thanks for the help.
PS. Love the product and thank you for supporting Linux versions! Jetbraisn has always been money well spent
请先登录再写评论。
Sorry, we can't really get your idea. Please elaborate, better with some examples/images.
Sure I hope this explains better
Currently if you click on the Structure View in side of PHPStorm you get a tree view
|
|
+ --- <body>
|
+ - <form>
|
- input.username
- input.password
is there a way to display all elements of just my form like this
+form1
- input.username
- input.password
+form2
-input.username2
-input.password2
That way there is an easy way for me to know all of the names I need to reference from $_Post as I write my php code.
If anyone knows of a plugin that does a similar thing that would be great
My issue is I have to keep scrolling up and down through my code to remember what I named each input.
I hope that explains it better
Perhaps what I am looking for just isn't available?