1
0
Fork 0
php-language-server/fixtures
Gabriel Noé González 73ab1520a3 Visibility Test and Changing line ending from CRLF -> LF
Added CompletionWithVisibilityTest.php
- checks visibility of a property or method call (only public)
- checks visibility of a Class (can see all methods and properties)
- checks visibility of a child class (public and protected)
2018-11-10 23:57:14 +01:00
..
completion Visibility Test and Changing line ending from CRLF -> LF 2018-11-10 23:57:14 +01:00
diagnostics fix(diagnostics): update checking of $this usage to only error in static methods (#545) 2017-12-03 13:42:01 -08:00
signature_help feat: Signature help (#547) 2017-12-09 21:10:43 -08:00
global_fallback.php References (#52) 2016-10-12 01:45:15 +02:00
global_references.php Add support for inherited members (#218) 2016-12-16 01:40:17 +01:00
global_symbols.php Visibility Test and Changing line ending from CRLF -> LF 2018-11-10 23:57:14 +01:00
invalid_file.php Change fixtures naming convention 2016-09-30 11:38:46 +02:00
namespace_not_first.php Fixes #59: Handle correctly negative endLine in PHP Parser errors (#62) 2016-10-11 10:15:20 +02:00
references.php Add support for inherited members (#218) 2016-12-16 01:40:17 +01:00
symbols.php Show constructors and destructors with right symbol (#346) 2017-04-09 19:44:28 +02:00
use.php Add textDocument/definition support 2016-10-09 15:58:39 +02:00