Skip to content

Make autocompletion case insensitive #332

Open
@felixfbecker

Description

@felixfbecker

From @MikeVelazcoMtz on March 14, 2017 19:51

This is a bit akward for me because I'm used to this.

as an example:

<?php

$aVar = [];
$nFoo = 1;

If I want the editor to autocomplete $aVar and I wrote $a, $aVar appears on list to autocomplete, but if I write $av, the variable disapears from the list.


Another thing I noticed is that when I disable php.suggest.basic, the PHP core autocompletions stops working, I don't know if this is part of the normal behavior, but It would be excellent to have your own code + PHP core functions autocompletion.

Thanks for your work with this plugin, it's great!

Copied from original issue: felixfbecker/vscode-php-intellisense#90

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions