C# 클래스 Services.CodeCompletion

파일 보기 프로젝트 열기: ren85/rextester_linux 1 사용 예제들

공개 메소드들

메소드 설명
GetCPP_Completions ( string source, int line, int column ) : List
GetPythonDotCompletion ( string source, int line, int column ) : List
GetPythonParenCompletion ( string source, int line, int column ) : List

비공개 메소드들

메소드 설명
GetPythonCompletion ( string source, int line, int column, string file_name ) : List

메소드 상세

GetCPP_Completions() 공개 정적인 메소드

public static GetCPP_Completions ( string source, int line, int column ) : List
source string
line int
column int
리턴 List

GetPythonDotCompletion() 공개 정적인 메소드

public static GetPythonDotCompletion ( string source, int line, int column ) : List
source string
line int
column int
리턴 List

GetPythonParenCompletion() 공개 정적인 메소드

public static GetPythonParenCompletion ( string source, int line, int column ) : List
source string
line int
column int
리턴 List