Ejemplo n.º 1
0
 /// <summary>
 /// A request to provide commands for the given text document and range.
 /// </summary>
 public virtual List <Command> OnCodeAction(CodeActionParams parameters)
 {
     return(null);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// A request to provide commands for the given text document and range.
 /// </summary>
 public virtual List<Command> OnCodeAction(CodeActionParams parameters)
 {
     return null;
 }