Editor should show `.constructor` properties as selectors when appropriate
Open
core
enhancement
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
When examining the value of `$.foo.bar.Func.prototype.constructor`, the editor should try to show it as a selector string, unless the selector string would be "`$.foo.bar.Func.protototype.constructor`".
In particular, it should usually be shown as `$.foo.bar.Func`, if that is its actual value.
Contributor guide
Assessment
This issue has not been assessed yet.