Home  >  Article  >  WeChat Applet  >  The evaluation results of the four major WeChat mini program development tools are released

The evaluation results of the four major WeChat mini program development tools are released

高洛峰
高洛峰Original
2017-03-20 09:42:113474browse

1. 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.

The evaluation results of the four major WeChat mini program development tools are released

Advantages

Because it is an official tool, other third-party tools have this incomparable natural advantage, if it were not for its code editing function If it's too weak.

l Official tool, debuggable, previewable

l Basic code editing, smart prompts, debugging and other functions are available

l Project management, creation, mobile preview, Code Submission Review

l Official 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.

l The api prompt is incomplete and you have to check the api one by one, which affects the speed of writing code

l Many necessary shortcut keys are not available, such as selecting all keywords, quickly copying a line, etc.

l I can’t choose the color theme, what should I do if I don’t like the white style?

l No plug-ins, no plug-ins, no plug-ins. Say important things three times

Evaluation

Currently Because WeChat web development tools are needed to create, debug, view, preview, and upload small programs, this tool is essential. However, the code editing function is really poor. It is recommended to use other third-party code editing tools instead.

2. Instant Application

A small program development tool suitable for technical novices

Strictly speaking, Instant Application is not a professional program It is a development tool prepared by developers, 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. Currently, you only need to log in to www.jisuapp.cn to use this tool.

The evaluation results of the four major WeChat mini program development tools are released

Advantages

l Visual operation, directly drag and drop components to generate pages

l Provide a large number of applicable templates

l The code can be packaged and downloaded, and directly connected to the mini program development tool

l The downloaded code can be edited at will

Disadvantages

l Most e-commerce templates are used. There are fewer templates in other categories

l Complex functions still require secondary development by professional programmers

Evaluation

Objectively speaking, this WeChat applet can be made immediately Tools are great for tech 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.

3. Sublime Text 3

Simple and efficient development tool

sublime text 3 is positioned as a code editor rather than an IDE, in terms of code prompts It can only be regarded as average, but it is very convenient to use.

The evaluation results of the four major WeChat mini program development tools are released

Advantages

l Opening files is twice as fast and the UI is simple and elegant

l Code editing experience is comfortable and efficient

l It has a large number of plug-ins, and you can basically find corresponding plug-ins to meet different needs.

l Third-party developers develop small program plug-ins for code coloring and code prompts

Disadvantages

l No debugging, no preview

l Because it is a plug-in written by a third-party developer, the code prompt is not very comprehensive

Evaluation

The threshold for use is not too high High, 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

WebStorm has a plug-in 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.

The evaluation results of the four major WeChat mini program development tools are released

Advantages

l There are plug-ins that can realize code highlighting, code prompts and other functions

l It has very mature and rich functions

l Various shortcut keys

Disadvantages

l Unable to debug and preview

l Too many functions and bloated

Review

Compared with the above tools, Webstorm has more powerful code editing functions. However, it requires plug-in support 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 applets as soon as possible, it is very necessary to be proficient in these development tools.

For more related articles about the evaluation results of the four major WeChat applet development tools, please pay attention to the PHP Chinese website!

Related articles:

How to import the mini program source code demo from WeChat official developer tool

Introduction and introduction of WeChat mini program development tool for mac Shortcut keys

Detailed explanation of WeChat applet front-end source code and example analysis

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn