Home
last modified time | relevance | path

Searched defs:TextDocumentSyncOptions (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/internal/lsp/protocol/preserve/
H A Dgeneral.go685 type TextDocumentSyncOptions struct { struct
689 OpenClose bool `json:"openClose,omitempty"`
694 Change float64 `json:"change,omitempty"`
698 WillSave bool `json:"willSave,omitempty"`
702 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
706 Save SaveOptions `json:"save,omitempty"`
/dports/devel/ccls/ccls-0.20210330/src/messages/
H A Dinitialize.cc40 struct TextDocumentSyncOptions { struct
41 bool openClose = true;
42 TextDocumentSyncKind change = TextDocumentSyncKind::Incremental;
43 bool willSave = false;
44 bool willSaveWaitUntil = false;
45 SaveOptions save;
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lsp-types-1.3.0.1/src/Language/LSP/Types/
H A DTextDocument.hs112 data TextDocumentSyncOptions = type
113 TextDocumentSyncOptions constructor
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/language_server/
H A Dlsp.hpp460 struct TextDocumentSyncOptions { struct
465 bool openClose = true;
471 int change = TextDocumentSyncKind::Full;
477 bool willSave = false;
483 bool willSaveWaitUntil = false;
489 bool save = false;
491 Dictionary to_json() { in to_json()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/language_server/
H A Dlsp.hpp460 struct TextDocumentSyncOptions { struct
465 bool openClose = true;
471 int change = TextDocumentSyncKind::Full;
477 bool willSave = false;
483 bool willSaveWaitUntil = false;
489 bool save = false;
491 Dictionary to_json() { in to_json()
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go1411 type TextDocumentSyncOptions struct { struct
1417 OpenClose bool `json:"openClose,omitempty"`
1423 Change TextDocumentSyncKind `json:"change,omitempty"`
1429 WillSave bool `json:"willSave,omitempty"`
1435 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1441 Save *SaveOptions `json:"save,omitempty"`
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go1411 type TextDocumentSyncOptions struct { struct
1417 OpenClose bool `json:"openClose,omitempty"`
1423 Change TextDocumentSyncKind `json:"change,omitempty"`
1429 WillSave bool `json:"willSave,omitempty"`
1435 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1441 Save *SaveOptions `json:"save,omitempty"`
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go1198 type TextDocumentSyncOptions struct { struct
1203 OpenClose bool `json:"openClose,omitempty"`
1209 Change TextDocumentSyncKind `json:"change,omitempty"`
1214 WillSave bool `json:"willSave,omitempty"`
1219 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1224 Save *SaveOptions `json:"save,omitempty"`
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/lsp-types-0.91.1/src/
H A Dlib.rs1605 pub struct TextDocumentSyncOptions { struct
1608 pub open_close: Option<bool>,
1613 pub change: Option<TextDocumentSyncKind>,
1639 Options(TextDocumentSyncOptions), argument
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/lsp-types-0.91.1/src/
H A Dlib.rs1605 pub struct TextDocumentSyncOptions { struct
1608 pub open_close: Option<bool>,
1613 pub change: Option<TextDocumentSyncKind>,
1639 Options(TextDocumentSyncOptions), argument
/dports/editors/helix/helix-0.5.0/cargo-crates/lsp-types-0.90.1/src/
H A Dlib.rs1563 pub struct TextDocumentSyncOptions { struct
1566 pub open_close: Option<bool>,
1571 pub change: Option<TextDocumentSyncKind>,
1597 Options(TextDocumentSyncOptions), argument
/dports/devel/texlab/texlab-3.3.0/cargo-crates/lsp-types-0.90.0/src/
H A Dlib.rs1563 pub struct TextDocumentSyncOptions { struct
1566 pub open_close: Option<bool>,
1571 pub change: Option<TextDocumentSyncKind>,
1597 Options(TextDocumentSyncOptions), argument
/dports/lang/rust/rustc-1.58.1-src/vendor/lsp-types/src/
H A Dlib.rs1605 pub struct TextDocumentSyncOptions { struct
1608 pub open_close: Option<bool>,
1613 pub change: Option<TextDocumentSyncKind>,
1639 Options(TextDocumentSyncOptions), argument
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/languageserver-types-0.54.0/src/
H A Dlib.rs1494 pub struct TextDocumentSyncOptions { struct
1499 pub open_close: Option<bool>,
1506 pub change: Option<TextDocumentSyncKind>,
1531 Options(TextDocumentSyncOptions), argument
/dports/lang/rust/rustc-1.58.1-src/vendor/lsp-types-0.60.0/src/
H A Dlib.rs1491 pub struct TextDocumentSyncOptions { struct
1496 pub open_close: Option<bool>,
1503 pub change: Option<TextDocumentSyncKind>,
1528 Options(TextDocumentSyncOptions), argument
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go3194 type TextDocumentSyncOptions struct { struct
3199 OpenClose bool `json:"openClose,omitempty"`
3204 Change TextDocumentSyncKind `json:"change,omitempty"`
3209 WillSave bool `json:"willSave,omitempty"`
3214 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3219 Save SaveOptions `json:"save,omitempty"`
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/internal/lsp/protocol/
H A Dtsprotocol.go1696 type TextDocumentSyncOptions struct { struct
1702 OpenClose bool `json:"openClose,omitempty"`
1708 Change TextDocumentSyncKind `json:"change,omitempty"`
1714 WillSave bool `json:"willSave,omitempty"`
1720 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1726 Save *SaveOptions `json:"save,omitempty"`
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go3194 type TextDocumentSyncOptions struct { struct
3199 OpenClose bool `json:"openClose,omitempty"`
3204 Change TextDocumentSyncKind `json:"change,omitempty"`
3209 WillSave bool `json:"willSave,omitempty"`
3214 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3219 Save SaveOptions `json:"save,omitempty"`
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go2999 type TextDocumentSyncOptions struct { struct
3004 OpenClose bool `json:"openClose,omitempty"`
3009 Change TextDocumentSyncKind `json:"change,omitempty"`
3014 WillSave bool `json:"willSave,omitempty"`
3019 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3024 Save SaveOptions `json:"save,omitempty"`
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go3194 type TextDocumentSyncOptions struct { struct
3199 OpenClose bool `json:"openClose,omitempty"`
3204 Change TextDocumentSyncKind `json:"change,omitempty"`
3209 WillSave bool `json:"willSave,omitempty"`
3214 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3219 Save SaveOptions `json:"save,omitempty"`
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go3194 type TextDocumentSyncOptions struct { struct
3199 OpenClose bool `json:"openClose,omitempty"`
3204 Change TextDocumentSyncKind `json:"change,omitempty"`
3209 WillSave bool `json:"willSave,omitempty"`
3214 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3219 Save SaveOptions `json:"save,omitempty"`
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go2999 type TextDocumentSyncOptions struct { struct
3004 OpenClose bool `json:"openClose,omitempty"`
3009 Change TextDocumentSyncKind `json:"change,omitempty"`
3014 WillSave bool `json:"willSave,omitempty"`
3019 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3024 Save SaveOptions `json:"save,omitempty"`
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1421 type TextDocumentSyncOptions struct { struct
1427 OpenClose bool `json:"openClose,omitempty"`
1433 Change TextDocumentSyncKind `json:"change,omitempty"`
1439 WillSave bool `json:"willSave,omitempty"`
1445 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1451 Save *SaveOptions `json:"save,omitempty"`
/dports/devel/intel-graphics-compiler/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go1421 type TextDocumentSyncOptions struct { struct
1427 OpenClose bool `json:"openClose,omitempty"`
1433 Change TextDocumentSyncKind `json:"change,omitempty"`
1439 WillSave bool `json:"willSave,omitempty"`
1445 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
1451 Save *SaveOptions `json:"save,omitempty"`
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/protocol/
H A Dtsprotocol.go3367 type TextDocumentSyncOptions struct { struct
3372 OpenClose bool `json:"openClose,omitempty"`
3377 Change TextDocumentSyncKind `json:"change,omitempty"`
3382 WillSave bool `json:"willSave,omitempty"`
3387 WillSaveWaitUntil bool `json:"willSaveWaitUntil,omitempty"`
3392 Save SaveOptions/*boolean | SaveOptions*/ `json:"save,omitempty"`

123