Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dreae/sourcepawn-vscode
/ functions
Functions
38 in github.com/Dreae/sourcepawn-vscode
⨍
Functions
38
◇
Types & classes
14
↓ 8 callers
Method
get
(id: string)
server/src/completions.ts:130
↓ 5 callers
Method
add
(id: string, completion: Completion)
server/src/completions.ts:126
↓ 3 callers
Method
add_include
(include: string)
server/src/completions.ts:143
↓ 3 callers
Method
parse
()
server/src/parser.ts:45
↓ 2 callers
Method
consume_multiline_comment
(current_line: string, use_line_comment: boolean = false)
server/src/parser.ts:152
↓ 2 callers
Method
get_all_completions
(file: string)
server/src/completions.ts:243
↓ 2 callers
Method
get_completions
(repo: CompletionRepository)
server/src/completions.ts:134
↓ 2 callers
Method
get_signature
()
server/src/completions.ts:21
↓ 2 callers
Function
parse_blob
(data: string, completions: FileCompletions)
server/src/parser.ts:10
↓ 2 callers
Method
parse_doc_comment
()
server/src/parser.ts:206
↓ 2 callers
Function
parse_file
(file: string, completions: FileCompletions)
server/src/parser.ts:4
↓ 2 callers
Method
resolve_import
(file: string, relative: boolean = false)
server/src/completions.ts:147
↓ 1 callers
Method
consume_function_body
()
server/src/parser.ts:128
↓ 1 callers
Method
get_file_completions
(file: string)
server/src/completions.ts:254
↓ 1 callers
Method
get_included_files
(completions: FileCompletions, files: Set<string>)
server/src/completions.ts:263
↓ 1 callers
Method
parse_sm_api
(sourcemod_home: string)
server/src/completions.ts:204
↓ 1 callers
Method
read_function
(line: string)
server/src/parser.ts:171
↓ 1 callers
Method
read_new_style_function
(line: string)
server/src/parser.ts:192
↓ 1 callers
Method
read_old_style_function
(line: string)
server/src/parser.ts:184
↓ 1 callers
Method
read_unscanned_imports
(completions: FileCompletions)
server/src/completions.ts:189
↓ 1 callers
Method
to_completion_item
()
server/src/completions.ts:20
Function
activate
(context: ExtensionContext)
index.ts:8
Method
constructor
(lines: string[], completions: FileCompletions)
server/src/parser.ts:38
Method
constructor
(name: string, detail: string, description: string, params: FunctionParam[])
server/src/completions.ts:36
Method
constructor
(method_map: string, name: string, detail: string, description: string, params: FunctionParam[])
server/src/completions.ts:68
Method
constructor
(name: string)
server/src/completions.ts:99
Method
constructor
(uri: string)
server/src/completions.ts:120
Method
constructor
(documents: TextDocuments<TextDocument>)
server/src/completions.ts:172
Function
deactivate
()
index.ts:45
Method
get_completions
(position: TextDocumentPositionParams)
server/src/completions.ts:216
Method
get_signature
()
server/src/completions.ts:51
Method
get_signature
()
server/src/completions.ts:86
Method
get_signature
()
server/src/completions.ts:110
Method
get_signature
(position: TextDocumentPositionParams)
server/src/completions.ts:275
Method
handle_document_change
(event: TextDocumentChangeEvent<TextDocument>)
server/src/completions.ts:180
Method
to_completion_item
()
server/src/completions.ts:43
Method
to_completion_item
()
server/src/completions.ts:76
Method
to_completion_item
()
server/src/completions.ts:103