DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

Unify representation of default values across languages #70

Closed DaGhostman closed 6 years ago

DaGhostman commented 6 years ago

Currently PHP displays a default value of a nested array as foo: array = [bar: [], baz: []] whereas equivalent code in JS is only: foo: any.

DaGhostman commented 6 years ago

Closed by #73