We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b1b48 commit e7f047bCopy full SHA for e7f047b
UltiSnips/javascript.snippets
@@ -82,7 +82,7 @@ endsnippet
82
snippet fi "for prop in obj using hasOwnProperty" b
83
for (${1:prop} in ${2:obj}){
84
if ($2.hasOwnProperty($1)) {
85
- $0
+ ${VISUAL}$0
86
}
87
88
endsnippet
0 commit comments