Add option to turn it on/off
This commit is contained in:
@ -971,7 +971,6 @@ export const inlineHoveringTips = hoverTooltip(
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
export const toposCompletions = (context: CompletionContext) => {
|
||||
let word = context.matchBefore(/\w*/)
|
||||
if (word) {
|
||||
|
||||
Reference in New Issue
Block a user