-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The react file has no smart code prompt #87712
Comments
@asas55858995 can you please provide more information? Best would be a small example with step by step instructions. Thank you! |
/needsMoreInfo |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
In the react file, For example:
Normal JS file normal. Here is a list of plug-ins installed by vscode:
|
Do You have |
@jabczyk None! The project was generated by create-react-app scaffolding. |
@asas55858995 Looks like IntelliSense needs one. Create {
"compilerOptions": {
"target": "es6"
}
} |
@jabczyk A jsconfig.js file was added to the root directory in your way, But the react file still doesn't have a smart prompt. |
I need help, Thank you! |
There are multiple issues like this. #87787, and #87728 Background: |
@husseyexplores I don't know how to go back to the version, How do you do that? there was a problem with the synchronous extension before, it was reinstalled later! Hope the officially can fix it soon! |
Go to this link There are options for Mac and Linux too. |
@husseyexplores Ok, Thank you very much! |
@husseyexplores I went back to version 1.40 and intellisense is working again! Thank you for your help! |
@asas55858995 Is your code stored on a different drive letter drive (not the Also, using VS code 1.41 please try upgrading your workspace to use |
@mjbvz I have two disks, C and D. The code is in the D disk, while vscode is in the default installation path. |
In the issues section, many people have encountered this problem |
Duplicate of microsoft/TypeScript#35512 As a workaround, upgrade your workspace to use |
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes/No
Not sure
The text was updated successfully, but these errors were encountered: