Bad autocompletion in SublimeText3 when pressing tab in PHP array

Viewed 3702

I'm using SublimeText3.

When i work in an array in PHP, the autocompletion proposed by pressing Tab totally annoys me.

I just want to add some tabulations, but at each time i press Tab, sublimetext propose me :

array(<list>)
Create a PHP Array.

If a just press Tab again, he valid the proposition and write in the file <list>.

I've installed this plugins :

{
    "installed_packages":
    [
        "Alignment",
        "ApacheConf.tmLanguage",
        "BracketHighlighter",
        "Comment-Snippets",
        "Comments Aware Enter",
        "eZ Publish Syntax",
        "HTML5",
        "jQuery",
        "LESS",
        "SublimeCodeIntel",
        "sublimelint",
        "Symfony2 Snippets",
        "Theme - Soda",
        "Twig"
    ]
}

If someone knows how to disable this bad proposition or to correct it ?

Thanks.

2 Answers
Related