GetCompletionsAtPositionOptions

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Determines whether we import foo/index.ts as "foo", "foo/index", or "foo/index.js"

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var includeSymbol: Boolean?

Include a symbol property on each completion entry object. Symbols reference cyclic data structures and sometimes an entire TypeChecker instance, so use caution when serializing or retaining completion entries retrieved with this option.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

If the editor is asking for completions because a certain character was typed (as opposed to when the user explicitly requested them) this should be set.

Link copied to clipboard