You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added --health, --health-lang and --health-format command line parameters to get the health status of the editor features (just like hx --health). It can also be used from Tools -> Check Languages Health
Added LSP code action support
Added support for opening file at a certain line+column via CLI (#54)
Added allow to create files in sub-folders that currently don't exists from the project tree view (for example: "New File" -> Input -> "new_folder/file" will create "file" in "new_folder"
Added a keybindings migration mechanism that will allow to rebind keybindings if where using the default old keybinding (some keybindings aren't ideal, I'll start to rebind some commands)
Added zig formatter support
Added elixir language syntax highlighting
Added --export-lang-path and --export-lang command line parameters to allow to export language definitions to JSON. It should help to create new languages from the current languages available.
Improved LSP textDocument/definition, declaration, implementation, typeDefinition when more than one result is returned, now it's possible to select which result to see if more than one result is available