메소드 | 설명 | |
---|---|---|
GetFullKeyword ( string abbreviation ) : string |
returns the complete keyword for the given abbreviation
|
|
GetKeywordHelp ( string key ) : |
Returns the help for a specified keyword
|
|
GetList ( ) : List |
returns the list of keywords
|
|
Import ( ) : void |
To call in order to read all the keywords to the private List CompletionItem
|
|
SaveRanking ( ) : void |
Save the keywords data into a file (to remember the ranking of each keyword)
|
public static GetFullKeyword ( string abbreviation ) : string | ||
abbreviation | string | |
리턴 | string |
public static GetKeywordHelp ( string key ) : |
||
key | string | |
리턴 |