vscode's code hinting function doesn't work with javascript even though other languages (C, C ++, python ,, ...) still work. I tried using Ctrl + space but it still doesn't work
Asked
Active
Viewed 375 times
1
-
Have you tried saving the file to a `.js` format? – Ben Butterworth Dec 17 '19 at 15:38
-
@ZenBoat Yes, I am making an app initialized by create-react-app. Everything was fine but yesterday it got an error, even though I didn't update or install the extension for vscode – phuocantd Dec 18 '19 at 04:37