The mini-program has been in beta testing for some time. I wrote a few demos based on my curiosity and learning mentality. although I have not encountered many pitfalls in the MINA framework, but official development tools are not flattering. In response to several requirements, I tried the tools currently on the market that support small program development. The following is a painstaking summary for your reference. The mini-program has been in beta testing for some time. I wrote a few demos based on my curiosity and learning mentality. although I have not encountered many pitfalls in the MINA framework, but official development tools are not flattering. In response to several requirements, I tried the tools currently on the market that support small program development. The following is a painstaking summary for your reference.
Wing is the first company-level supported IDE that I have seen, so the functions are quite mature. Download and try it. In addition to the above Vim solution, this should be the best IDE tool after comparison.
Advantages
Supports code prompts and code highlighting
Real-time preview, debugging, and switching between different resolutions for preview
Is project creation supported ?!
Support Creating page template files
Weekly Update
Disadvantages
Real-time interface Preview is a static rendering. dynamic data in the interface cannot be previewed and can only be previewed during debugging.
No visual drag-and-drop interface is available (is it too greedy ?)
Summary
Wing is the only IDE that supports the real-time preview function. it does not officially support real-time preview, but needs to be previewed after compilation, for the lazy author, it's not so nice to have a real-time preview and write interface! Wing can create a project, create a page template, and run the project to find that the preview interface is very similar to the official development tool. Recommended.
Summary
Sort out a table to check your mood.
Environment/tool |
Brief Introduction |
Code highlighting |
Code prompt |
Debugging |
Real-time preview |
Software/plug-ins |
Official Tools |
Official applet tool |
Supported |
Extremely weak |
Supported |
Supported |
Download Software |
Egret Wing |
The first IDE that supports small program development. |
Supported |
Supported |
Supported |
Supported |
Download Software |
Sublime Text 3 |
Sublime Text requires plug-ins to be installed. |
Supported |
Supported |
Not supported |
Not supported |
Plug-ins |
Webstorm |
WebStorm heavyweight IDE |
Supported |
Supported |
Not supported |
Not supported |
Plug-ins |
Vim + WEPT |
Powerful combination tools |
Supported |
Supported |
Supported |
Supported |
Vim plug-in, WEPT |
For more articles related to the five-size program development IDE deep evaluation, please follow the PHP Chinese network!