搜尋
首頁開發工具VSCodevscode怎麼設定Vue別名路徑智慧提示?

vscode怎麼設定Vue別名路徑智慧提示?

當使用Vue 框架進行專案開發時,在vue.config.js 中配置了路徑別名後,到其他頁面引入元件、引入css 、引入靜態檔案路徑時,使用路徑別名不會智慧提示路徑。雖然在 vscode 中安裝了 Path Intellisense 插件,但並無法發揮作用。這樣容易出現路徑拼字錯誤的低能問題,同時也會造成開發效率降低

相關推薦:《vscode基礎教學》、《vue教學

解決方案

  • 在專案package.json 所在同級目錄下建立檔案jsconfig.json, 來解決別名路徑不提示的問題。 (配置完儲存檔案後需要重新啟動編輯器才能生效。而且它只能識別.vue.js結尾的文件,css文件與其他的靜態檔案仍然沒有提示,不推薦!!!

// .jsconfig.json  
{  
    "compilerOptions": {  
        "baseUrl": ".",  
        "paths": {  
            "@/\*": \['src/\*'\],  
            "a/\*": \["src/assets/\*"\],  
            "c/\*": \["src/components/\*"\],  
            ...  
        }  
     },  
    "include": \["./src/\*\*/\*.vue", "./src/\*\*/\*.js"\], 
    "exclude": \["node\_modules"\]  
}
  • 在vscode 的setting.json 中給Path Intellisence 配置(該方案是最優選,能識別任意格式文件,覆蓋率最廣。當別名發生改變時只需修改配置即可)

// setting.json  
"path-intellisense.mappings": {  
    "a": "${workspaceRoot}/src",  
    "c": "${workspaceRoot}/src/components",  
    ...  
}

更多程式相關知識,請造訪:程式設計教學! !

以上是vscode怎麼設定Vue別名路徑智慧提示?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述
本文轉載於:segmentfault。如有侵權,請聯絡admin@php.cn刪除
如何使用遠程 - 容器在VS代碼中擴展如何使用遠程 - 容器在VS代碼中擴展Aug 30, 2025 am 01:27 AM

安裝VisualStudioCode、Docker和Remote-Containers擴展;2.通過命令面板使用“ReopeninContainer”在容器中打開項目或使用“AddDevelopmentContainerConfigurationFiles”創建配置;3.VSCode在容器中運行開發環境,掛載項目並啟用完整功能;4.可通過修改Dockerfile、使用卷、docker-compose和端口轉發進行自定義;5.遇到問題時檢查權限、Docker運行狀態及鏡像構建緩存。使用Remote

如何在VSCODE中的設備上同步設置?如何在VSCODE中的設備上同步設置?Aug 30, 2025 am 01:11 AM

TosyncsettingsacrossdevicesinVSCode,enableSettingsSyncviatheCommandPalettebysigninginwithyourGitHubaccount.2.Choosewhattosync—suchassettings,keybindings,extensions,snippets,UIstate,andtasks—using"Preferences:ConfigureSync".3.Onotherdevices,

如何在VScode中設置Scala開發環境如何在VScode中設置Scala開發環境Aug 29, 2025 am 04:40 AM

tosetupascaladeplovermentenvironmentInvScode,安裝themetalSextensionSextiensexensexensureJdkisInStalled; Metalswillthenautopationallational opconfigureyourscalaproject,ProvideAutocomplete,errorHighte,ander-Highlighting,and InteltegratedBuildTools,and IntegratedBuildTools,Enableingafullfull-FeatureDcodecodingCodecredingcodecrediredirecrediredirectire

如何在VSCODE中使用問題匹配器?如何在VSCODE中使用問題匹配器?Aug 29, 2025 am 02:40 AM

TouseaproblemmatcherinVSCode,firstusebuilt-inmatcherslike$tscor$eslint-compactwhenavailable,thendefinecustommatchersintasks.jsonusingregularexpressionswithcapturegroupstomapfile,line,column,severity,andmessagefromtooloutput,ensurefileLocationmatchest

如何在VSCODE中調試.NET MAUI應用程序如何在VSCODE中調試.NET MAUI應用程序Aug 29, 2025 am 02:35 AM

Debugginga.NETMAUIappinVSCodeispossiblebutlimitedcomparedtoVisualStudio;2.Installprerequisitesincluding.NETSDK,MAUIworkload,requiredplatformSDKs,andVSCodeextensionslikeC#;3.Setuplaunch.jsonfordebugging,thoughdirectlaunchisunreliableforAndroid/iOSduet

如何在VSCODE中使用git?如何在VSCODE中使用git?Aug 29, 2025 am 12:39 AM

installgitandopenarepositoryinvscodetoactivatethesourcecontrolpanel.2.initializeanewrepositoryviacortoryviacommandpaletteifneed,oropenanexistingone.3.stagechangesessing the iConorright-clickmenu,stagealllight-clickmenu,stagealllvia the ...

如何使用VSCODE中的所有參考功能如何使用VSCODE中的所有參考功能Aug 29, 2025 am 12:21 AM

Touse“ FindAllReferences” Invscode,PlaceThecursoronasymbolandPressshift shift F12(Windows/MacOS),右ClickandSelect“ FindAllReferences”,OruseTheCommandPaletteTetorunTheCommand,displaysallReferenceAllReferenceAllReferenceSintheRenceIntheRencesIntheRenceIntheRencePaneLwithFilEnemeNames,lin

如何在vscode中使用git如何在vscode中使用gitAug 28, 2025 am 04:39 AM

初始eAtizearepositoryuses“ git:initizerepository” oropenanexistingone; 2.Viewchangesinthesinthesircecontrolpanel,stagefilesfilesfilesividalylivelyallalalalatonce,and discardunwantedchanges; 3.CommitwithAmessage,thempullpullfromthemthemthemthemtheremoteviacommantpalettecommantpaletteo

See all articles

熱AI工具

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Clothoff.io

Clothoff.io

AI脫衣器

Video Face Swap

Video Face Swap

使用我們完全免費的人工智慧換臉工具,輕鬆在任何影片中換臉!

熱工具

Atom編輯器mac版下載

Atom編輯器mac版下載

最受歡迎的的開源編輯器

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

Dreamweaver Mac版

Dreamweaver Mac版

視覺化網頁開發工具

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

強大的PHP整合開發環境

DVWA

DVWA

Damn Vulnerable Web App (DVWA) 是一個PHP/MySQL的Web應用程序,非常容易受到攻擊。它的主要目標是成為安全專業人員在合法環境中測試自己的技能和工具的輔助工具,幫助Web開發人員更好地理解保護網路應用程式的過程,並幫助教師/學生在課堂環境中教授/學習Web應用程式安全性。 DVWA的目標是透過簡單直接的介面練習一些最常見的Web漏洞,難度各不相同。請注意,該軟體中

熱門話題

PHP教程
1596
276