You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One small change to my local tyspescriptreact ftplugin has improved the user experience of editing a fair amount:
" Remove > as a comment charactersetlcomments-=n:>
Now put this into a buffer, set ft=typescriptreact and press 6ggo. Without the change, your new line has a stray > that needs to be deleted. With this change, the line is blank.
functionFoo(){return(<divclassName="foo bar baz"style={{marginTop: 27,border: "solid pink 15px"}}>Hello,world!</div>);}
The text was updated successfully, but these errors were encountered:
One small change to my local tyspescriptreact ftplugin has improved the user experience of editing a fair amount:
Now put this into a buffer,
set ft=typescriptreact
and press6ggo
. Without the change, your new line has a stray>
that needs to be deleted. With this change, the line is blank.The text was updated successfully, but these errors were encountered: