| Summary: | Code assist for function arguments does not bold the current argument that should be entered | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gadi Goldbarg <gadi> |
| Component: | PDT | Assignee: | shachar <shachar> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | plan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Move to verified Relates to WST 174780. works fine now |
In the code assist window/line for functions arguments, I see the string of arguments, separated by comas, but the argument I currently suppose to provide is not bolded . It makes it hard to know what argument I should enter now... For example, lets assume I have the following code: <? function test($a, $b) { } test( ?> Now, once I type in the opening brace (last line of code), I get the code assist window for the arguments the function should get. The code assist will show "$a, $b". Now '$a' should be bolded and once I provide it, '$b' should be bolded.