Home > Article > WeChat Applet > A small program development tool that even a novice can create—instant application
After some programmers worked tirelessly and overnight to test, they finally screened out four of the most reliable and practical WeChat applet development tools from more than ten tools. After comparison, I personally strongly recommend their immediate application. Let’s take a look at the review next.
1. Instant Application - a small program development tool suitable for technical novices
Strictly speaking, Instant Application is not for professional programmers It is a development tool prepared, but it is definitely a very powerful WeChat applet production tool. People who don’t understand technology or programming will definitely fall in love with this tool.
Advantages
lVisual operation, directly drag and drop components to generate pages
lProvides a large number of applicable templates
lThe code can be packaged and downloaded, directly Development tools connected to mini programs
lThe downloaded code can be edited at will
Disadvantages
lThere are mostly e-commerce templates and fewer templates in other categories
lComplex functions still require secondary development by professional programmers
Evaluation
Objectively speaking, the WeChat applet production tool of Instant Application is very suitable for technical novices. Because it is equivalent to doing all the parts that require code for you, so you don’t have to worry too much about technical issues. Of course, if you are a programmer, you can also perform secondary development based on the code it generates.
2. WeChat Mini Program Official Development Tool
Note that it is just a tool, not an IDE. The code editing function in the official tool is to embed the code editing function of vscode into the tool, which is not enough to support development.
Advantages
Because it is an official tool, other third-party tools have this incomparable natural advantage, if its code editing function is not too weak.
lOfficial tool, debuggable, previewable
lBasic code editing, smart prompts, debugging and other functions are available
lProject management, creation, mobile preview, Code Submission Review
lOfficial Maintenance Update
Disadvantages
The bad points are also obvious. Overall, it is a tool rather than an IDE. The poor code editing function makes writing code very awkward. This is the most important reason why I gave up it.
lapi prompts are incomplete, you have to check the api one by one, which affects the speed of writing code
lMany necessary shortcut keys are not available, such as selecting all keywords, quickly copying a line, etc.
lThe color theme cannot be selected, what should I do if I don’t like the white style?
lThere is no plug-in, there is no plug-in, there is no plug-in. Say important things three times.
Evaluation
Currently because You need to use WeChat web development tools to create, debug, view, preview, and upload small programs, so this tool is essential. However, the code editing function is really poor. It is recommended to use other third-party code editing tools instead.
3. Sublime Text 3 - a simple and efficient development tool
sublime text 3 is positioned as a code editor rather than an IDE, and only provides code prompts. It can be considered average, but it is very convenient to use.
Advantages
lOpen files much faster and the UI is simple and elegant
lThe code editing experience is comfortable and efficient
lHas a large number of plug-ins for different purposes Basically, corresponding plug-ins can be found to meet the needs
l Third-party developers develop small program plug-ins for code coloring and code prompts
Disadvantages
lNo debugging, no preview
lBecause it is a plug-in written by a third-party developer, the code prompts are not very comprehensive
Evaluation
The threshold for use is not too high, and you can get started quickly. Yes, but if you want to implement some rich functions, it will be more difficult.
4. WebStorm - a heavy-duty development tool with many functions
There is a plug-in for WebStorm on the Internet that can implement code prompts, but cannot do debugging and previewing, and It is a heavy tool, if you are, you can try this tool.
Advantages
lThere are plug-ins that can realize code highlighting, code prompts and other functions
lIt has very mature and rich functions
lVarious Shortcut keys
Disadvantages
lCannot debug and preview
lMore functions and bloated
Evaluation
Webstorm and the above Compared with other tools, the code editing function is more powerful. However, plug-in support is required to develop small programs, and it is bloated.
Summarize
These four tools each have their own advantages and disadvantages and are suitable for different situations in the development process of WeChat mini programs. Which one to choose depends on your needs. If you want to learn to develop WeChat mini programs as soon as possible, it is recommended that you use the one-click mini program development tool - Instant Application.
For more small program development tools that even novices can make—instant application related articles, please pay attention to the PHP Chinese website!