reverted space for code completion

inlinecompletion_update
Stéphane Tetsing 1 year ago
parent de27714ca7
commit 087833a064
  1. 2
      libs/remix-ui/editor/src/lib/providers/inlineCompletionProvider.ts

@ -28,7 +28,7 @@ export class RemixInLineCompletionProvider implements monacoTypes.languages.Inli
endColumn: position.column,
});
if (!word.endsWith(', ') &&
if (!word.endsWith(' ') &&
!word.endsWith('\n') &&
!word.endsWith(';') &&
!word.endsWith('.') &&

Loading…
Cancel
Save