當使用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中文網其他相關文章!

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

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

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

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

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

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

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

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


熱AI工具

Undress AI Tool
免費脫衣圖片

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

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

Clothoff.io
AI脫衣器

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

熱門文章

熱工具

Atom編輯器mac版下載
最受歡迎的的開源編輯器

禪工作室 13.0.1
強大的PHP整合開發環境

Dreamweaver Mac版
視覺化網頁開發工具

ZendStudio 13.5.1 Mac
強大的PHP整合開發環境

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