React yazarken Visual Studio Code kullanıyorum. Suggestion veriyordu ama artık vermiyor.Böyle bir sorun yaşayıp çözen varsa yardımcı olabilir mi? Settings.json şu şekilde
{
"window.zoomLevel": 1,
"files.autoSave": "afterDelay",
"eslint.alwaysShowStatus": true,
"python.jediEnabled": false,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
}
{
"window.zoomLevel": 1,
"files.autoSave": "afterDelay",
"eslint.alwaysShowStatus": true,
"python.jediEnabled": false,
"workbench.colorTheme": "Monokai",
"workbench.iconTheme": "material-icon-theme",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
}
}
1