We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f847c + e08022a commit 701d981Copy full SHA for 701d981
Tips/vscoderefactoring
@@ -0,0 +1,7 @@
1
+Convert to Member Function - converts named function to object prototype function
2
+Convert to Named Function - converts variable-assigned anonymous function to standard named function
3
+Export Function - adds export declaration to module for selected function
4
+Wrap in Condition - wraps selected code in an if block
5
+Wrap in Executed Function - wraps selected code in a function which is invoked on the next line
6
+Wrap in Function - wraps selected code in a function declaration
7
+Wrap if IIFE - wraps selected code in an immediately invoked function expression
0 commit comments