Atom perfectly supports WePY applet development, atomwepy

Source: Internet
Author: User

Atom perfectly supports WePY applet development, atomwepy
Atom-perfect support for WePYWePY?

We all know that there are a lot of inconveniences when developing small programs, such:

The componentization support capability of applets is too weak for use by AppletsNpm package, which cannot be frequently called using third-party componentsSetData andPage jump during setDataThe number of requests allowed to create a page requires four corresponding files to be managed... Development Tools

The editor officially recommended by WePY is
-Sublime
-WebStorm/PhpStorm
-Atom
-VS Code
-VIM

After a round of exploration, I still recommend it.Atom is intended for everyone.WePY supports a higher level than several other editors.

Atom plugin

Now that you have selectedAtom, so some necessary plug-ins are still needed. Here we have carefully prepared several practical plug-ins (mainly adaptedWePY)。

Atom-beautify
The Code formatting tool can be set to automatic formatting during saving, not to mention the convenience of multiple parties. SupportedHtml,Css,Javascript,Java,Go and so on. Generally, common languages are supported. Atom-wrap-in-tag
Automatically modify the correspondingHTML closes tags, which is quite practical. Autocomplete-paths
The file path is automatically supplemented. This function must be used to completely avoid bugs caused by incorrect path input. Autoclose-html
Automatically enter the corresponding HTML to close the tag. It is simple but practical. Docblockr
Documentation-based annotation, You know, essential plug-ins for Team Collaboration Specification annotation. Double-tag
Allows simultaneous editingHtml start and end tags. If you add an HTML start syntax, it will automatically follow the conclusion method, such

Start, automatic

Conclusion. Emmet
Based onEmmet syntax generationHTML. Language-vue
Enable editor supportVue syntax, code highlighting file-icons
It is easy to add a pretty small icon for different types of files, which is essential for face control developers. Linter
It can automatically overwrite the source code, generate warnings and errors, help with standard programming, and analyze code in real time.HTML,CSS,SCSS,JavaScript has its ownLinter. Even the framework has its ownLinter. Linter-jshint
Help you write professionalJs Code,Necessary plug-ins for js developers. Minimap
This plug-in does not need to be introduced, fromSublime is used all the time. Never forgotten. Activate-power-mode
Needless to say, this plug-in is essential for cool coding and installation.

After installing these plug-ins, yourAtom can be supported happily.WePY. Try it now.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.