This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier cbe8cff882 feature #30301 [VarDumper] add link to source next to class names (nicolas-grekas)
This PR was merged into the 4.3-dev branch.

Discussion
----------

[VarDumper] add link to source next to class names

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This PR adds a `^` next to language identifiers (class and callback names) both on the Web and on the CLI. Clicking it opens the IDE to the target source code:

Eg in the profiler:
![image](https://user-images.githubusercontent.com/243674/53021031-900c4380-3458-11e9-9439-260ff11f0910.png)

And in the CLI:
![image](https://user-images.githubusercontent.com/243674/53021092-b16d2f80-3458-11e9-9f03-cdab59da4585.png)

Commits
-------

5fcd6b1d4e [VarDumper] add link to source next to class names
2019-02-21 10:23:57 +01:00
..
Asset Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
BrowserKit fixed CS 2019-01-16 23:37:52 +01:00
Cache Merge branch '4.2' 2019-02-01 12:07:50 +01:00
Config Drop \Serializable 2019-02-17 10:56:33 +01:00
Console Merge branch '4.2' 2019-02-19 19:29:52 +01:00
CssSelector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Debug Additional addons for the ghost 2019-02-21 00:39:50 +01:00
DependencyInjection Drop \Serializable 2019-02-17 10:56:33 +01:00
DomCrawler fixed CS 2019-01-16 22:53:45 +01:00
Dotenv Merge branch '4.2' 2019-01-24 22:40:22 +01:00
EventDispatcher fixed CS 2019-01-16 22:53:45 +01:00
ExpressionLanguage Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Filesystem Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Finder Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Form feature #30267 [Form] add option to render NumberType as type="number" (xabbuh) 2019-02-21 09:19:09 +01:00
HttpFoundation Merge branch '4.2' 2019-01-29 10:50:57 +01:00
HttpKernel [VarDumper] add link to source next to class names 2019-02-19 22:52:41 +01:00
Inflector Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Intl Merge branch '4.2' 2019-02-07 19:43:24 +01:00
Ldap fixed CS 2019-01-16 22:53:45 +01:00
Lock Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Messenger update test case for custom queue options 2019-02-17 13:03:29 +02:00
Mime fixed typo 2019-01-30 08:03:13 +01:00
OptionsResolver Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Process Merge branch '4.2' 2019-01-24 23:35:38 +01:00
PropertyAccess speed up accessing object properties 2019-01-27 23:03:33 +01:00
PropertyInfo Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Routing [Routing] deprecate some router options 2019-02-15 15:28:25 +01:00
Security Merge branch '4.2' 2019-02-19 19:29:52 +01:00
Serializer Merge branch '4.2' 2019-01-29 10:50:57 +01:00
Stopwatch Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Templating Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Translation Merge branch '4.2' 2019-02-19 19:29:52 +01:00
Validator Merge branch '4.2' 2019-02-19 19:29:52 +01:00
VarDumper [VarDumper] add link to source next to class names 2019-02-19 22:52:41 +01:00
VarExporter Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
WebLink Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Workflow Merge branch '4.2' 2019-02-08 14:07:06 +01:00
Yaml Added deprecation notice when mapping keys are found in multi-line blocks 2019-01-25 21:45:15 +01:00