Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code autocomplete/intellisense not working

Building my first React project from https://frontendmasters.com/courses/complete-react-v5/ on VS Code for Windows 10.

Have installed prettier, eslint. Using Parcel to transpile the code. The intellisense is only working on index.html file. Nothing on js files. Have looked through old answers and none of them proved to be helpful. A bit of a noob here, a step by step solution will be helpful

Screenshot Attaching project files

http://www.filedropper.com/adapt-me

like image 894
user1076808 Avatar asked Dec 17 '22 14:12

user1076808


1 Answers

on the right bottom change the language mode Javascript to Javascript React

enter image description here

like image 116
YMG Avatar answered Dec 20 '22 02:12

YMG