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.