firefox-devtools / firefox-devtools/profiler
Distinguish visually between the method parameters and the rest
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 46m
- Merged PRs (30d)
- 27
Description
Method parameters can get quite long, but usually the method name, and the class it is defined in, is the most important information. So rather than showing something like:

We could format it as something like:

This helps to quickly glance the method name.
The implementation should be easy as the required parsing code is already present for the "copy function name" entry in the context menu.
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-574)
Contributor guide
Assessment
This issue has not been assessed yet.