We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f592c45 commit bd6f8fcCopy full SHA for bd6f8fc
typescript/src/index.ts
@@ -9,6 +9,7 @@ import { getCompletionsAtPosition, PrevCompletionMap } from './completionsAtPosi
9
import { oneOf } from '@zardoy/utils'
10
import { isGoodPositionMethodCompletion } from './isGoodPositionMethodCompletion'
11
import { inspect } from 'util'
12
+import { findChildContainingPosition, getIndentFromPos } from './utils'
13
import { getParameterListParts } from './snippetForFunctionCall'
14
15
const thisPluginMarker = Symbol('__essentialPluginsMarker__')
0 commit comments