You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
374 B
JSON

{
"title": "Console Completer",
"description": "Console completer settings.",
"jupyter.lab.shortcuts": [
{
"command": "completer:invoke-console",
"keys": ["Tab"],
"selector": ".jp-CodeConsole-promptCell .jp-mod-completer-enabled:not(.jp-mod-at-line-beginning)"
}
],
"properties": {},
"additionalProperties": false,
"type": "object"
}