I changed the keybinding as below
{ "key": "tab", "command": "-acceptSelectedSuggestion", "when": "suggestWidgetVisible && textInputFocus" }, { "key": "tab", "command": "selectNextSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }
This successfully changed the behavior of tab key as desired when I am coding scripts such as .py
.html
etc. Yet, the above gets inactive when I am coding on .ipynb
with official python extension. Would it be possible to carry those settings to Jupyter notebook?
没有评论:
发表评论