Skip to content

jsxTagCompletion

jsxTagCompletion(tags, globalAttributes): CompletionSource<JSContext>

Defined in: extensions/autocomplete/javascript/jsx.ts:11

Completion source that adds autocompletion for JSX tags.

TagConfig

Object mapping tag-names to completable attributes for that tag.

AttributeConfig

Completable attributes shared by all tags.

CompletionSource<JSContext>

A Completion source. Requires a JavaScript context to work.