Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/tsgo
/ GetQuickinfoEnabled
Method
GetQuickinfoEnabled
etscore/options.go:210–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
}
209
210
func
(e *EffectPluginOptions) GetQuickinfoEnabled() bool {
211
if
e == nil {
212
return
true
213
}
214
return
e.Quickinfo
215
}
216
217
func
(e *EffectPluginOptions) GetCompletionsEnabled() bool {
218
if
e == nil {
Callers
1
afterQuickInfo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected