/** ...
*/
void foo
{
}if the cursor is currently in front of a (function) definition (or declaration)?
I realize that the challenge here is context detection; perhaps `beginning-of-defun()` could be used?
Nordlöw via Digitalmars-d-learn Sun, 12 Nov 2017 04:55:47 -0800
/** ...
*/
void foo
{
}if the cursor is currently in front of a (function) definition (or declaration)?
I realize that the challenge here is context detection; perhaps `beginning-of-defun()` could be used?