| Summary: | "Duplicate object key" quick fix should also rename a named function | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Olivier_Thomann |
| Version: | 12.0 | ||
| Target Milestone: | 12.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Delivered. |
Consider the following snippet: var obj = { one: function(){}, one: function one() {} }; if you activate the quickfix on the second 'one' it should also rename the function name part (the 'one' after the function keyword).