Vscode development react project plug-in installed and set to press the tab key is still unable to complete the label

problem description

the environmental background of the problems and what methods you have tried

these plug-ins Auto Close Tag/ Auto Rename Tag/Elm Emmet/HTML Snippets have been installed and set in the configuration file as follows:

related codes

{

"files.autoSave":"afterDelay",
"emmet.triggerExpansionOnTab": true,
"files.associations": {
    "*.ejs":"html",
    "*.js":"html",
    "*.vue":"html"
    },
    "emmet.includeLanguages":{
    "vue-html":"html",
    "vue":"html",
    "javascript": "javascriptreact",
    "typescript":"html"
    },
    
}

problem description

pressing the tab key in jsx still can"t complete the tag.., network. You can see what other people say on the network, but you can"t do it with me. Please give me some advice, thank you!


Select a matching file in the lower right corner-- JavaScript React can complete


I have a similar problem. Have you solved


have you solved your problem? I have encountered the same problem as you

.
Menu