简体   繁体   中英

Live template for react native in visual studio code

I use live template in Android Studio or IntelliJ with shortcut Ctrl + J which allow me to use live template like try catch block or just type iter or itar for iterating a list. I wish to use same in react native development in Visual Studio Code. Is this possible?

Yes we can get this feather using a snippet plugin link is here React native shippet

This plugin helps you to write code easily, for example, type imrc and press tab

import React, { Component}  from 'react'  //imrc

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM