What plug-ins are recommended when developing React-Native with WebStorm?

now I am using VSCode for development, and the problem I encounter now is that VSCode has some problems with code hints, and most of the time it is blindly typed by itself, which is relatively inefficient.

but VSCode"s debugging feature is easy to use, avoiding the embarrassment of using Chrome"s developer tools for debugging.

at present, I want to turn to Webstorm for development. I would like to ask all of you:

    Are there any recommended plug-ins in
  1. WebStorm? Now that the latest version of WebStorm has good code hint support for react, are there any plug-ins that add icing on the cake?
  2. Can debugging methods similar to VSCode be implemented in
  3. WebStorm? All the WebStorm debugging methods given on the Internet use Chrome developer tools, but there are several problems. After the debugger is separated from IDE, it is inconvenient for debugging. If the developer tools belong to Chrome, if you need to check the information in the process of debugging, the browser is not convenient to use.

Thank you for your reply, thank you

Mar.07,2021

recommend two models: because webstorm itself is very powerful
1 br codeGlance: right preview
2 webstorm wakaTime: code time record

Menu