ReactJS – When I press “.”, the Visual Studio code is automatically completed. Is there any way to disable?

When I tried to extend the React.Component abstract base class, I entered auto-completion suggestions in the box below because I entered React. The problem is that even if I enter “.” they are It’s done. The key, not the tab or input is as one would expect.

Is there a way to disable this behavior so that I don’t use the dot key to auto-complete. I think a workaround might be to get an extension that will make more React related Suggestions/fragments pop up. So far, I have no luck trying some of them. I also didn’t find anything related to this in the key bindings.

I tried disabling everything related to intellisense, autocomplete or snippets The related extension (please note that I have a lot), but it seems to come from VSCode itself.

"editor.acceptSuggestionOnCommitCharacter": false,

When I tried to extend the React.Component abstract base class, I entered the auto-completion suggestion in the box below because I entered React. The problem is that they are done even if I type “.”. The key, not the tab or type as one would expect.

Is there a way to disable this behavior so that I won’t use the point key to complete automatically. I think a workaround might be Is to get an extension that will bring up more React-related suggestions/fragments. So far, I have no luck trying some of them. I also didn’t find anything related to this in the key bindings.

I tried disabling all extensions related to intellisense, autocomplete or snippets (please note that I have many), but it seems to come from VSCode itself.

< pre>“editor.acceptSuggestionOnCom mitCharacter”: false,

Leave a Comment

Your email address will not be published.