Twitter | Pretraživanje | |
JetBrains WebStorm
Want to move a function to a separate file? You can use the Move function quick fix (Alt-Enter) that creates a new file named after this function. Or use the Move... refactoring if you want to select a different target file.
Reply Retweet Označi sa "sviđa mi se" More
Ofir Oron 9. sij
Odgovor korisniku/ci @WebStormIDE
will this work for arrow functions or class methods?
Reply Retweet Označi sa "sviđa mi se"
JetBrains WebStorm 9. sij
Odgovor korisniku/ci @ofir_oron
This works for all top-level symbols (classes, functions, arrow functions, variables, etc), so it won't work for class methods.
Reply Retweet Označi sa "sviđa mi se"