UNPKG

@shopify/theme-language-server-common

Version:

<h1 align="center" style="position: relative;" > <br> <img src="https://github.com/Shopify/theme-check-vscode/blob/main/images/shopify_glyph.png?raw=true" alt="logo" width="141" height="160"> <br> Theme Language Server </h1>

8 lines (7 loc) 458 B
import { DocsetEntry } from '@shopify/theme-check-common'; import { CompletionItem } from 'vscode-languageserver'; import { DocsetEntryType } from '../../../docset'; import { ArrayType, PseudoType } from '../../../TypeSystem'; export declare function createCompletionItem(entry: DocsetEntry & { deprioritized?: boolean; }, extraProperties?: Partial<CompletionItem>, docsetEntryType?: DocsetEntryType, entryType?: PseudoType | ArrayType): CompletionItem;