GH-1557: enable hierarchical document symbols and workspace symbols from new index by default
This commit is contained in:
@@ -65,7 +65,7 @@ public class PrefsInitializer extends AbstractPreferenceInitializer {
|
||||
preferenceStore.setDefault(Constants.PREF_CRON_INLAY_HINTS, true);
|
||||
preferenceStore.setDefault(Constants.PREF_COMPLETION_JAVA_INJECT_BEAN, true);
|
||||
preferenceStore.setDefault(Constants.PREF_BEANS_STRUCTURE_TREE, false);
|
||||
preferenceStore.setDefault(Constants.PREF_SYMBOLS_FROM_NEW_INDEX, false);
|
||||
preferenceStore.setDefault(Constants.PREF_SYMBOLS_FROM_NEW_INDEX, true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -375,12 +375,12 @@
|
||||
},
|
||||
"boot-java.java.beans-structure-tree": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"description": "Beans structure tree in the outline view (experimental)"
|
||||
},
|
||||
"boot-java.java.symbols-from-new-index": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"description": "Generate workspace symbols from index (experimental)"
|
||||
},
|
||||
"boot-java.remote-apps": {
|
||||
|
||||
Reference in New Issue
Block a user