This is an extension for Visual Studio Code that allows you to convert px to rpx.
ext install px-to-rpx
- Smart snippet: (e.g.) input
20px
- CLI: Press
F1
, enterpx2rpx
orpx2rpx in selection
- Context Menu:
px2rpx
orpx2rpx in selection
Cmd+Alt+P
Px to rpxAlt+Shift+P
Converts selected text from px to rpx.
html vue swan wxml axml css wxss acss less scss sass stylus tpl
Open your user and workspace settings (Code > Preferences > Settings
):
px-to-rpx.baseWidth
base design view width (unit: px), default: 1242px-to-rpx.fixedDigits
px
torpx
decimal point maximum length, default: 3px-to-rpx.autoRemovePrefixZero
Automatically remove prefix 0, default: false
NOTE: Muse be restart vscode after modification
See Change Log here
Enjoy!