Overview Version History Q & A Rating & Review
README
Installation
Get it here vscode Extensions Marketplace
Shortcuts
Shortcut
Snippet
ctrl+shift+l
insert console.log('----->', ${1});
ctrl+shift+w
insert console.warn('----->', ${1});
Javascript snippets
Prefix
Snippet
conlog
insert console.log('----->', ${1});
conlwarn
insert console.warn('----->', ${1});
Vue snippets
Prefix
Snippet
vuebase
add vue page codes
vdata
add vue data props
vmethod
vue method props
vwatch
vue watch props
vcomputed
vue computed props
vcreated
lifecycle method
vbeforemount
lifecycle method
vmounted
lifecycle method
vbeforeupdate
lifecycle method
vupdated
lifecycle method
vbeforedestroy
lifecycle method
vdestroyed
lifecycle method
ReactNative snippets
Prefix
Snippet
rncomp
add component codes
autoad
add scrollview props automaticallyAdjustContentInsets
shouldcomp
shouldComponentUpdate
willmount
componentWillMount
willunmount
componentWillUnmount
willrece
componentWillReceiveProps
runafter
InteractionManager.runAfterInteractions
rnstyle
react-native StyleSheet
SRN snippets
Prefix
Snippet
rnpage
add SRNPage codes
rnstore
add SRNStore codes
fetch
add SRNFetch codes
Config (optional)
open setting(cmd + ,)
add config "editor.snippetSuggestions": "top"
in settings.json file
You can enable tab completion (recommended) by opening Code > Preferences > Settings
(on a Mac) and applying "editor.tabCompletion": "onlySnippets"
to your personal settings