mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
💄
This commit is contained in:
parent
e8a84e5f23
commit
c98e53622d
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ import phpGlobals = require('./phpGlobals');
|
|||
|
||||
export default class PHPCompletionItemProvider implements CompletionItemProvider {
|
||||
|
||||
public triggerCharacters = ['.', ':', '$'];
|
||||
|
||||
public provideCompletionItems(document: TextDocument, position: Position, _token: CancellationToken): Promise<CompletionItem[]> {
|
||||
let result: CompletionItem[] = [];
|
||||
|
||||
|
|
Loading…
Reference in a new issue