React (Native) close components tag with Tab
If I type div and press tab-key, it becomes <div></div>.
But if I type a component with a capital letter (e.g. Text component of React Native) Text becomes <Text/>.
Where can I adjust this? I want to have an opening tag and closing tag like in the first example when I press the tab-key.
Please sign in to leave a comment.
Please see https://youtrack.jetbrains.com/issue/WEB-26468