Skip to content

Commit

Permalink
chore: tabs will insert codehint as every other behaves like that
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Aug 28, 2024
1 parent da991fa commit 0248535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/CodeHintManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ define(function (require, exports, module) {
PreferencesManager.definePreference("showCodeHints", "boolean", true, {
description: Strings.DESCRIPTION_SHOW_CODE_HINTS
});
PreferencesManager.definePreference("insertHintOnTab", "boolean", false, {
PreferencesManager.definePreference("insertHintOnTab", "boolean", true, {
description: Strings.DESCRIPTION_INSERT_HINT_ON_TAB
});
PreferencesManager.definePreference("maxCodeHints", "number", 50, {
Expand Down

0 comments on commit 0248535

Please sign in to comment.