1
0
Fork 0
php-language-server/fixtures/completion
Felix Becker b1a1875070
fix(completion): don't suggest <?php on > characer (#527)
closes #372
2017-11-15 22:38:01 -08:00
..
bare_php.php Add test for #211 (#270) 2017-02-15 17:25:06 +01:00
class_const_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00
constant_with_namespace.php Support constants with define() (#347) 2017-04-17 17:03:08 +02:00
fully_qualified_class.php Completion (#165) 2016-11-30 22:23:51 +01:00
html.php Completion (#165) 2016-11-30 22:23:51 +01:00
html_no_completion.php fix(completion): don't suggest <?php on > characer (#527) 2017-11-15 22:38:01 -08:00
html_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00
inside_namespace_and_method.php Improve CompletionProvider (#412) 2017-06-16 20:31:13 +02:00
keywords.php Completion (#165) 2016-11-30 22:23:51 +01:00
method_return_type.php Fix variable type from method return value, add tests (#393) 2017-06-10 11:10:15 +02:00
namespace.php Completion (#165) 2016-11-30 22:23:51 +01:00
property.php Add support for inherited members (#218) 2016-12-16 01:40:17 +01:00
property_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00
static.php Completion (#165) 2016-11-30 22:23:51 +01:00
static_method_return_type.php Fix variable type from method return value, add tests (#393) 2017-06-10 11:10:15 +02:00
static_method_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00
static_property_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00
this.php Add $this completion (#419) 2017-06-19 12:23:43 +02:00
this_return_value.php Fluent interfaces support (#421) 2017-07-07 13:18:19 +02:00
this_with_prefix.php Add $this completion (#419) 2017-06-19 12:23:43 +02:00
used_class.php Completion (#165) 2016-11-30 22:23:51 +01:00
used_new.php Completion (#165) 2016-11-30 22:23:51 +01:00
variable.php Completion (#165) 2016-11-30 22:23:51 +01:00
variable_with_prefix.php Completion (#165) 2016-11-30 22:23:51 +01:00