The following SystemVerilog code demonstrates valid use of cosmetic whitespace in a function definition:
function int
this_function_is_not_recognised();
// Function content…
endfunction
…however, the Sublime Text (+SystemVerilog plugin) does not consider this function name when using Ctrl+R - in this case, the function is incorrectly picked up as “int”.