Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FuelLabs/sway-vscode-plugin
/ functions
Functions
60 in github.com/FuelLabs/sway-vscode-plugin
⨍
Functions
60
◇
Types & classes
23
↓ 9 callers
Method
info
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:21
↓ 6 callers
Method
error
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:29
↓ 6 callers
Method
execute
(cmd: string)
client/src/util/util.ts:54
↓ 4 callers
Function
addFilePrefix
(path: string)
client/src/util/util.ts:4
↓ 4 callers
Method
get
* Beware that postfix `!` operator erases both `null` and `undefined`. * This is why the following doesn't work as expected: * * ```ts * c
client/src/config.ts:89
↓ 4 callers
Function
getClient
()
client/src/client.ts:26
↓ 4 callers
Method
write
(label: string, ...messageParts: unknown[])
client/src/util/util.ts:34
↓ 3 callers
Function
openAstFile
(filePath: string, astKind: AstKind)
client/src/commands/openAstFile.ts:7
↓ 3 callers
Function
toVSCodeRange
(range: lc.Range)
client/src/util/convert.ts:8
↓ 2 callers
Function
getExtension
()
client/src/config.ts:7
↓ 2 callers
Function
getExtensionManifest
()
client/src/config.ts:11
↓ 2 callers
Method
refreshLogging
()
client/src/config.ts:34
↓ 2 callers
Function
toLSPPosition
(position: vscode.Position)
client/src/util/convert.ts:26
↓ 2 callers
Function
toVSCodePosition
(position: lc.Position)
client/src/util/convert.ts:4
↓ 2 callers
Function
toVSCodeUri
(uri: lc.DocumentUri)
client/src/util/convert.ts:15
↓ 1 callers
Function
createClient
( clientOptions: LanguageClientOptions, serverOptions: ServerOptions )
client/src/client.ts:10
↓ 1 callers
Function
forcBuild
(forcDir: string)
client/src/commands/forcBuild.ts:3
↓ 1 callers
Function
forcRun
(forcDir: string)
client/src/commands/forcRun.ts:3
↓ 1 callers
Function
forcTest
(forcDir: string, _testName?: string)
client/src/commands/forcTest.ts:3
↓ 1 callers
Method
get
()
client/src/util/util.ts:60
↓ 1 callers
Function
getAllFiles
(dirPath: string, arrayOfFiles: string[])
client/src/program.ts:100
↓ 1 callers
Function
getClientOptions
()
client/src/main.ts:167
↓ 1 callers
Function
getExtensionPath
()
client/src/config.ts:9
↓ 1 callers
Function
getFuelCoreStatus
()
client/src/status_bar/fuelCoreStatus.ts:7
↓ 1 callers
Method
getPrograms
* Reads contracts from the ABIs. * @returns array of contracts
client/src/program.ts:50
↓ 1 callers
Function
getServerOptions
(config: Config)
client/src/main.ts:69
↓ 1 callers
Function
installServer
()
client/src/commands/installServer.ts:3
↓ 1 callers
Method
onDidChangeConfiguration
( event: vscode.ConfigurationChangeEvent )
client/src/config.ts:45
↓ 1 callers
Function
onEnter
(changeEvent: TextDocumentChangeEvent)
client/src/interface/onEnter.ts:22
↓ 1 callers
Function
openDotGraph
( filePath: string, graphKind: GraphKind )
client/src/commands/openDotGraph.ts:7
↓ 1 callers
Method
setEnabled
(yes: boolean)
client/src/util/util.ts:11
↓ 1 callers
Function
showAst
( filePath: string, astKind: AstKind, savePath: string )
client/src/interface/showAst.ts:22
↓ 1 callers
Function
startFuelCore
()
client/src/commands/startFuelCore.ts:4
↓ 1 callers
Function
stopFuelCore
()
client/src/commands/stopFuelCore.ts:5
↓ 1 callers
Function
toLSPRange
(range: vscode.Range)
client/src/util/convert.ts:30
↓ 1 callers
Function
toLSPUri
(uri: vscode.Uri)
client/src/util/convert.ts:34
↓ 1 callers
Function
updateFuelCoreStatus
()
client/src/status_bar/fuelCoreStatus.ts:14
↓ 1 callers
Function
visualize
( filePath: string, graphKind: GraphKind )
client/src/interface/visualize.ts:18
Function
activate
(context: ExtensionContext)
client/src/main.ts:19
Method
binPath
()
client/src/config.ts:93
Method
cfg
()
client/src/config.ts:69
Method
constructor
(readonly config: Config)
client/src/palettes.ts:21
Method
constructor
(ctx: vscode.ExtensionContext)
client/src/config.ts:24
Method
constructor
( private workspaceRoot: string | undefined, readonly type: ProgramType )
client/src/program.ts:22
Method
constructor
( public readonly name: string, public readonly sourceFilePath: string, public readonly children:
client/src/program.ts:119
Method
constructor
( public readonly label: string, public readonly sourceFilePath: string )
client/src/program.ts:140
Function
deactivate
()
client/src/main.ts:61
Method
debug
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:16
Method
disableLsp
()
client/src/config.ts:97
Method
get
()
client/src/palettes.ts:23
Method
getChildren
(contract?: Function | Program)
client/src/program.ts:35
Method
getTreeItem
(element: TreeItem)
client/src/program.ts:31
Function
goToLocation
({ uri, range }: lc.Location)
client/src/commands/goToLocation.ts:5
Function
peekLocations
({ locations, }: PeekLocationsParams)
client/src/commands/peekLocations.ts:9
Method
refresh
()
client/src/program.ts:27
Method
stringify
(val: unknown)
client/src/util/util.ts:40
Function
toLSPLocation
(location: vscode.Location)
client/src/util/convert.ts:38
Function
toVSCodeLocation
(location: lc.Location)
client/src/util/convert.ts:19
Method
traceExtension
()
client/src/config.ts:101
Method
warn
(...msg: [unknown, ...unknown[]])
client/src/util/util.ts:25