Ben Mewburn
Ben Mewburn
- [x] `key-of` - [x] `T[K]` - Index access
https://github.com/microsoft/language-server-protocol/issues/846 https://github.com/microsoft/vscode/issues/10266
Currently arg count is the only selector here. Could expand to type checking too but when there is a type overlap on first parameter(s) then it is not helpful. eg...
https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
Although unknown named argument was fixed, hovering over "files" still says "@var unset $files" and also the type is assumed for the closure from the default value `@var \Closure(array $files,...
Here's a minidom compatible branch should there be any interest in this. https://github.com/bmewburn/turndown-plugin-gfm/tree/minidom
1.11.0 is now available as a pre-release due to the large number of changes and nice features in there. If you come across any bugs please create a new issue...
https://wiki.php.net/rfc/property-hooks https://github.com/Crell/php-rfcs/blob/master/property-hooks/examples.md - [x] Parse new syntax. - [x] Version diagnostics. - [ ] Assignment type diagnostics. - [ ] Virtual properties. - [ ] Interface/Abstract properties and code action....
`new MyClass()->method()` https://wiki.php.net/rfc/new_without_parentheses