lean4-htt/src/Lean/Data/Lsp
Jonathan Coates 04e60cebd1 feat: LSP code folding support
The following constructs are foldable:
 - Sections and namespaces
 - Blocks of import/open statements
 - Multi-line commands (so mostly definitions)
 - Mutual definitions
 - Module-level doc comments
 - Top-level definition doc comments

Fixes #1012
2022-03-07 17:23:35 +01:00
..
Basic.lean fix: remove explicit Ord Range 2022-02-02 13:03:21 +01:00
Capabilities.lean feat: LSP code folding support 2022-03-07 17:23:35 +01:00
Client.lean style: add copyright headers 2022-01-14 09:18:57 +01:00
Communication.lean chore: server: repr-print invalid header 2021-04-03 00:23:45 +02:00
Diagnostics.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Extra.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
InitShutdown.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Internal.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Ipc.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
LanguageFeatures.lean feat: LSP code folding support 2022-03-07 17:23:35 +01:00
TextSync.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00
Utf16.lean fix: index out of bounds 2021-04-09 10:09:12 -07:00
Workspace.lean chore: fix codebase after removing auto pure 2022-02-03 18:08:14 -08:00