CI | Status |
---|---|
AppVeyor (on Windows) |
Install IntelliJ IDEA Ultimate, PhpStorm, PyCharm, Rider, RubyMine, WebStorm, AppCode, CLion, GoLand (these ONLY supported!)
open Settings | Plugins | Browse repositories
,
install Wxapp Support
plugin.
Jetbrains官方的插件审核可能需要一点时间……体验最新特性的构建版本下载链接
To download a nightly build (buggy!), visit https://ci.appveyor.com/project/zxj5470/wxapp-intellij/build/artifacts/ .
You'de better install the editorconfig
plugin (2018 and later IDEA-U is built-in, but PhpStorm and WebStorm I'm not sure if it's built-in)
Detail see .editorconfig
Because of the navigation for CSS, the minimum compatible version is 172.
-
js
- Embedded wx.d.ts TypeDefinition file
- Navigation: above
All right, that's all right!
in that picture, ctrl/command + left-click on the string content of url to jump to .js.- even if you write
/ pages/index/ index
, you support jump. Of course, it is not recommended that you write this way.
- even if you write
- Embedded Matchmaker plugin functions.
- Alt + Insert or right-click
Generate... | Make match
- Alt + Insert or right-click
- and modify to insert the corresponding function at the current cursor position.
That plug-in is inserted directly after the
Page({
), this is Kichiku. - for yellow of semicolons:
-
wxml Navigation
-
wxss
- wxml idnent
- wxss class jump to wxml