Skip to content

Commit

Permalink
Sets the query editor hint options completeSingle to false.
Browse files Browse the repository at this point in the history
Closes #123.
  • Loading branch information
Samuel Imolorhe committed Sep 26, 2017
1 parent 53854c8 commit 155d867
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/components/query-editor/query-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export class QueryEditorComponent implements AfterViewInit, OnChanges {
matchBrackets: true,
autoRefresh: true,
lint: {},
hintOptions: {},
hintOptions: {
completeSingle: false
},
info: {},
jump: {}
};
Expand Down

0 comments on commit 155d867

Please sign in to comment.