| Summary: | Add HTML proposals in phpDoc content assist | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Mauro Molinari <mauromol> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
If you hit Ctrl+Space in a phpDoc region, you don't get any HTML proposals. If you do that in the Java editor for a JavaDoc region, you do. For instance: // Java editor /** * | <= ctrl+space here: <a>, <b>, <blockquote>, etc. suggested */ public void test() {} // PHP edito /** * | <= ctrl+space here: no default proposals */ public function test() {} It would be very useful to have such proposals in the PHP editor for phpDocs too.