- Put the cursor on the same line as the function or property
cmd + option + /
This will create a documentation block like the following:
/// <#Description#>
/// - Parameter param1: <#param1 description#>
/// - Returns: <#description#>
Delete Line
This deletes from the cursor to the end of line
ctrl + k
Move to start of line
ctrl + a