Englisch | 简体中文
Dieses Plugin kann eine äußerst leistungsstarke intelligente Eingabeaufforderungsfunktion bereitstellen, einschließlich Eigenschaften, Ereignissen, Slots und entsprechenden Anmerkungen und Typen, Methoden für Instanzen usw. Es unterstützt mehrere UI-Bibliotheken und hebt Ihre Entwicklungseffizienz auf die nächste Stufe.
Installieren Sie die unterstützte UI-Komponentenbibliothek in Ihrem Projekt und installieren Sie das Plug-in. Wenn das Plug-in nicht funktioniert, können Sie vscode neu starten. Wenn Sie auf Probleme stoßen, können Sie ein Problem eröffnen.
cmd+shift+p
-> Wählen Sie Specify the UI library you need to prompt
{
"common-intellisense.showSlots" : {
"type" : " boolean " ,
"default" : true ,
"description" : " Whether to show the slots on template completion. "
},
"common-intellisense.alias" : {
"type" : " object " ,
"default" : {},
"description" : " If you need to integrate the supported ui library, the secondary encapsulated library, and the prompt to integrate a certain version of the original ui, you can use the alias { " @xxx/element " : " elementUi2 " } "
},
"common-intellisense.remoteUris" : {
"type" : " array " ,
"default" : [],
"description" : " Remote URIs "
},
"common-intellisense.remoteNpmUris" : {
"type" : " array " ,
"default" : [],
"description" : " Remote NPM URIs "
},
"common-intellisense.localUris" : {
"type" : " array " ,
"default" : [],
"description" : " Local URIs "
}
}
Dieses Repository wird von Einzelpersonen verwaltet und muss regelmäßig mit einigen UI-Bibliotheken aktualisiert werden. Wenn Sie daran interessiert sind, einen Beitrag zu leisten, können Sie unter @common-intellisense eine PR für die entsprechende Version der entsprechenden UI-Bibliothek einreichen oder einige neue UI-Bibliotheken oder einige neue Funktionen bereitstellen. Einsendungen sind willkommen. Ausgabe
Wenn es sich bei Ihrem Projekt um eine private Bibliothek handelt, können Sie auch auf vuetify verweisen und eine exportierte URI bereitstellen. Wenn Ihre URI eine zugängliche gepackte dist/index.cjs
-Adresse ist, konfigurieren Sie in vscode common-intellisense.remoteUris
diesen Link, das Plug-in Ich werde diesen Link anfordern und die entsprechenden prompten Informationen erhalten. Sie können auch direkt einen NPM-Paketnamen (@xx/yy-ui) konfigurieren und ihn in common-intellisense.remoteNpmUris
konfigurieren, sodass das Plug-In die vom NPM-Paket erzeugten dist/index.cjs
anfordert und die entsprechenden Informationen erhält zeitnahe Informationen. Bilibili-Video
{
"name" : " componentName like Button.Group or VButton(Big CamelCase Format) " ,
"props" : {
"attributeName" : {
"default" : " defaultValue " ,
"value" : " if have will generate attribute with= " value " " ,
"type" : " if you use -> boolean / top / end / bottom / start will have option when create attribute " ,
"description" : " en description " ,
"description_zh" : " zh description " ,
"required" : true , // if with true when select component will auto has this attribute
"foreach" : false , // it only work with vue, when you want generate with v-for
"version" : " Hints are available only in a specified version "
}
},
"link" : " en link to document " ,
"link_zh" : " zh link to document " ,
"typeDetail" : { // Used to supplement other types of descriptions in the attribute dependencies
"AnchorItem" : [ // if name startsWith '$' like "$AnchorItem", will be type AnchorItem = 'x' | 'y'
{
"name" : " key " ,
"description" : " Unique ID " ,
"type" : " string | number "
}
]
},
"events" : [
{
"name" : " close " ,
"description" : " Emitted when close icon is clicked. " ,
"description_zh" : "单击关闭图标时发出。 " ,
"params" : " [MouseEvent] " ,
"version" : " Hints are available only in a specified version "
}
],
"exposed" : [ // when use ref get vm, vm.value or vm.current will get this hints
{
"name" : " [string] " ,
"description" : " MISSING DESCRIPTION (edit in github) " ,
"description_zh" : " MISSING DESCRIPTION (edit in github) " ,
"detail" : " any "
}
],
"suggestions" : [ // Some components are combined,when use button-group, inner tip will this `button` reminder will be brought forward, if this components with only one suggestions, it will select button-group auto create button
" v-alert-title "
]
}
code ~/.vscode/extensions
einzugeben, löschen Sie dann die niedrige Version simonhe.common-intellisense-low-version
und starten Sie vscode neu.fnm
oder nvm
oder andere node
Versionierungstools verwenden und Probleme wie abnormale Downloads oder Probleme mit Downloads auftreten, überprüfen Sie bitte, ob die Systemumgebungsvariablen festgelegt sind.fnm
verwenden, fügen Sie bitte die Umgebungsvariable %USERPROFILE%AppDataRoamingfnmaliasesdefault
hinzu. Sponsern Sie Common Intellisense
MIT