formulahendry/vscode-auto-rename-tag
bug:to long tags attr(or to long?) can make vscode work slowly
开放
#59 创建于 2018年5月30日
help wanted
仓库指标
- 星标
- (277 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
when i write many attr not change line, vscode become slowly ,and keyboard is no response some time
like this
<input type={this.props.type?this.props.type:'text'}
className={style.defaultInput}
value={this.state.value}
defaultValue={this.props.defaultValue?this.props.defaultValue:''}
style={this.props.Ustyle?this.props.Ustyle:{}}
placeholder={this.props.placeholder?this.props.placeholder:''}
onKeyUp={this.onKeyUp}
onChange={this.onValueChange}
onFocus={this.props.onFocus?this.props.onFocus:()=>{}}
id={this.props.id?this.props.id:''}
ref='uname'/>
if i not change line my vscode cant work!!