Community
Participate
Working Groups
in content assist or simple hovering actions where the nice information boxes are provided, an "Add description" action should be suggested to quickly add a phpdoc to the declaration of the method. For example: function foo() { } fo| <-- Ctrl+Space when proposals are suggested the foo description should include an "Add description" hyperlink. when the user clicks on it the following comment is added to the function foo() declaration: /** * Add description here... */ function foo() { }