The Wayback Machine - https://web.archive.org/web/20201115122955/https://github.com/topics/autocompletion
Skip to content
#

autocompletion

Here are 225 public repositories matching this topic...

jupyterlab-lsp
krassowski
krassowski commented Sep 14, 2020

At the moment the user has to press Ctrl (or a different modifier key if changed in settings) to bring up the hover tooltip. We could allow specifying a delay as an alternative/additional activation method. This is how it is implemented in VScode I think.

Sketch for setting chema:

"delay": {
  "title": "Hover delay",
  "type": ["number", "null"],
  "default": 300,
  "

Improve this page

Add a description, image, and links to the autocompletion topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the autocompletion topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.