简体   繁体   English

什么是好的 reactjs 开发 ide?

[英]what is good reactjs development ide?

I am finding the IDE for React.JS development which help out regarding syntax like other programming languages.我正在寻找用于 React.JS 开发的 IDE,它有助于像其他编程语言一样处理语法。

It should highlight syntax errors of React.js它应该突出显示 React.js 的语法错误

You should try vim-jsx plug-in in vim editor for reactjs.你应该在 vim 编辑器中为 reactjs 尝试vim-jsx插件。 Syntax highlighting and indenting for JSX. JSX 的语法高亮和缩进。 You can also use Visual Studio Code with reactjs extensions which will give you help in syntax highlighting.您还可以将Visual Studio Code与 reactjs 扩展一起使用,这将为您提供语法突出显示方面的帮助。

I use visual studio code with react and eslint extensions to get my work done.我使用带有reacteslint扩展的 Visual Studio 代码来完成我的工作。 But there are several IDEs out there on web which has react extensions like atom , webstorm ,sublime etc..但是网络上有几个 IDE 具有反应扩展,如 atom、webstorm、sublime 等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM