Answer the question
In order to leave comments, you need to log in
How to remove the body of an external function in Sublime?
I have a large function foo of the form:
foo
{
bar
{
}
}
Answer the question
In order to leave comments, you need to log in
1. Collapse bar
2. Select the line with the definition of the function (it will remain visible) and copy it to the clipboard (control + c)
3. Collapse the function foo
4. Delete the line with the definition of foo
5. Press control + v - get your entire bar
(in I got python)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question