Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Please reply in PRs or DM @Myriad-Dreamin if you have any concerns about adding these maintainers to list.
Docs
Editor
Compiler
func.with
type information for signature help Myriad-Dreamin/tinymist#759, dev: implementOrd
forDecl
Myriad-Dreamin/tinymist#773, feat: recover support to goto definition of fields Myriad-Dreamin/tinymist#775, fix: renameexport_again
tois_external
Myriad-Dreamin/tinymist#777, feat: slightly improve expression describer Myriad-Dreamin/tinymist#798, fix: bad type representation of rest parameters Myriad-Dreamin/tinymist#801, fix: describe dictionary object by correct name Myriad-Dreamin/tinymist#815, and feat: goto field definition of concrete values Myriad-Dreamin/tinymist#822Commands/Tools
tinymist query checkPackage
command in feat: add check package command Myriad-Dreamin/tinymist#742/package/symbol
in package view in fix: bad usage of/package/symbol
Myriad-Dreamin/tinymist#820Docstring
Strictly matching module-level comments in feat: strictly match module-level comments Myriad-Dreamin/tinymist#770
Example:
The exact documentation of the module should be
Some Module Docs
. instead ofLicense: Apache 2.0\nSome Module Docs
.Rendering examples in docs in feat: render examples in docs Myriad-Dreamin/tinymist#772
Emitting errors into docs instead of causing failures in feat: emit errors into docs instead of causing failures Myriad-Dreamin/tinymist#786
Striping out the line containing the return type in fix: strip out the line containing the return type Myriad-Dreamin/tinymist#803
Hover (Tooltip)
supportHtmlInMarkdown
configuration item that controls whether to render equation and remove html in contents. The configuration item is not a user configuration, but for lsp client developers (people who are knowledgeable to configure editors).supportHtmlInMarkdown
, no HTML is embedded in the responding contents:Completion
Syntax/Semantic Highlighting
Improved syntax highlighting in feat: improve syntax highlighting Myriad-Dreamin/tinymist#724
Improved buggy bold/italic syntax highlighting in dev: fix bugs in bold/italic syntax highlighting Myriad-Dreamin/tinymist#732
(Fix) Corrected to syntax rule to identify function identifiers by syntax in fix: bad rule to check function identifiers by syntax Myriad-Dreamin/tinymist#800
"#{test\n[]}"
correctly.Refactored semantic tokens apis and crates in dev: refactor semantic token apis Myriad-Dreamin/tinymist#802 and dev: refactor semantic_tokens crate Myriad-Dreamin/tinymist#809
Identifying identifier kind for semantic highlighting in feat: identify identifier kind for semantic highlighting Myriad-Dreamin/tinymist#741
Signature Help
Preview
On Enter
onEnter
edits inside comments in feat: fully supportonEnter
edits inside comments Myriad-Dreamin/tinymist#823Misc
Full Changelog: Myriad-Dreamin/tinymist@v0.12.0...v0.12.2