0
I started recently studying Reactjs and at first I chose VS Code as a tool for development, but something bizarre is happening that does not help the development. Every time I need to save something in the code for the changes to take effect, simply the code gets messy,tags out of order finally becomes a mess. I use "Ctrl + S" and this happens. I would like solutions and they went through it.
I use Vscode with Reactjs tb and it never happened to me. I suggest to reinstall and change the version of Vscode, if it is in the last back or forward one..
– BrTkCa
You must have some self-training plugin installed. Check all plugins that are active.
– Jéf Bueno
I agree with the LINQ probably vc installed some Plugin that is messing up your code! Or else c changed some native Tabs config in Json... type
"[javascript]": { "editor.tabSize": 2, "editor.insertSpaces": false, "editor.detectIndentation": false }
– hugocsl