Janne252 / vscode-test-completionItemProvider

A test extension to demonstrate the input lag a large completionItemProvider.provideCompletionItems result can cause.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-completionitemprovider

Installation

  • npm install
  • Open the root folder in vscode and run the extension

Testing

  • Create/open a new .txt file
  • Wait for the "Ready" message
  • Start typing something in the editor, for example This is a demo sentence. Please pay attention to the auto-completion and how it seemingly slows down the editor. in the editor.

About

A test extension to demonstrate the input lag a large completionItemProvider.provideCompletionItems result can cause.

License:MIT License


Languages

Language:TypeScript 100.0%