mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 07:46:00 +00:00
code completion context is only current query
This commit is contained in:
@@ -96,6 +96,11 @@
|
||||
return '';
|
||||
}
|
||||
|
||||
export function getCodeCompletionCommandText() {
|
||||
if (currentPart != null) return currentPart.text;
|
||||
return editor.getValue();
|
||||
}
|
||||
|
||||
const requireEditorPlugins = () => {};
|
||||
requireEditorPlugins();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user