コード例 #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);
 }
コード例 #2
0
ファイル: LanguageServer.cs プロジェクト: osmedile/TypeCobol
 /// <summary>
 /// A request to provide commands for the given text document and range.
 /// </summary>
 public virtual List<Command> OnCodeAction(CodeActionParams parameters)
 {
     return null;
 }