MCPcopy 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
210func (e *EffectPluginOptions) GetQuickinfoEnabled() bool {
211 if e == nil {
212 return true
213 }
214 return e.Quickinfo
215}
216
217func (e *EffectPluginOptions) GetCompletionsEnabled() bool {
218 if e == nil {

Callers 1

afterQuickInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected