Skip to content

v0.0.235-pre

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Apr 09:12
· 13 commits to master since this release
  • Add three new abbreviation-related commands that have the goal of making it easier to insert Unicode symbols into non-editor dialogs and to make abbreviations more discoverable (#762):
    • 'Find Unicode Symbol...': Displays a picker dialog that allows searching for Unicode symbols either by abbreviation or by symbol. Selecting an entry then provides an option to either copy the symbol or to insert it into the currently active text editor. Displayed in the forall menu.
    • 'Copy Unicode Symbol...': Like 'Find Unicode Symbol', but selecting a symbol from the dialog immediately copies it instead of opening another dialog to choose whether the symbol should be inserted or copied. Bound to Ctrl+Alt+\ when no text editor is focused.
    • 'Insert Unicode Symbol...': Like 'Find Unicode Symbol', but selecting a symbol from the dialog immediately inserts it instead of opening another dialog to choose whether the symbol should be inserted or copied. Bound to Ctrl+Alt+\ when a text editor is focused.
  • Implement client-side support for planned incremental diagnostic support in the language server (#752)
  • Replace the Lean file icon with the forall icon (#767)
  • Remove three abbreviations that produce unicode symbols that Mathlib lints against (#764)