-
Notifications
You must be signed in to change notification settings - Fork 9
Add a reference to the language-support-progress status page. #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PerilousBooklet
wants to merge
8
commits into
lite-xl:master
Choose a base branch
from
PerilousBooklet:PR_ide_progress_status
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f283965
WIP: added IDE Progress Status page.
PerilousBooklet 4668b49
Fixed some details.
PerilousBooklet 5b23bf8
Fixed check_mark code and updated groovy formatter dev status.
PerilousBooklet be5bd5d
A few minor fixes.
PerilousBooklet f0c8f33
WIP: updated Groovy status.
PerilousBooklet c5d5f98
Merge branch 'lite-xl:master' into PR_ide_progress_status
PerilousBooklet 77154cd
Reworked references to the language support status and a few fixes.
PerilousBooklet cdddf37
Removed old file and its reference in mkdocs.yml
PerilousBooklet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
--- | ||
description: Check if your favourite language is supported. | ||
--- | ||
|
||
# Lite XL IDE Progress Status | ||
|
||
intro | ||
|
||
## Development boards | ||
|
||
- [Intellisense](https://github.com/users/PerilousBooklet/projects/6/views/1) | ||
- [Utilities](https://github.com/users/PerilousBooklet/projects/7/views/1) | ||
- [Build Integration](https://github.com/users/PerilousBooklet/projects/8/views/1) | ||
- [Debug Integration](https://github.com/users/PerilousBooklet/projects/9/views/1) | ||
- [Profiling Integration](https://github.com/users/PerilousBooklet/projects/10/views/1) | ||
|
||
## Features | ||
|
||
- Syntax highlighting for 100+ languages | ||
- Intellisense support for 25+ languages | ||
- Language-specific treeview icons | ||
- VSCode-like minimap | ||
- Project-wide text and filename search | ||
- Multi-cursor editing | ||
- Single/multi-line commenting with shortcuts | ||
- Go to line n command | ||
- Todo treeview | ||
- Tooltips | ||
- Integrated terminal | ||
- Git integration | ||
- Builder integration | ||
- Debugger integration | ||
- Markdown rendering support via [ghmarkdown](https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/ghmarkdown.lua) or [mdpreview](https://github.com/Not-a-web-Developer/lite-xl-mdpreview) | ||
|
||
### WIP | ||
- Foldable code blocks | ||
- Horizontal scrolling for project treeview | ||
- Ligatures support | ||
- Github Copilot integration | ||
- Project template manager | ||
- Project-wide refactoring | ||
- External libraries item in project treeview | ||
- Custom Canvas API to allow an external renderer to draw on a surface that Lite XL will render on screen | ||
|
||
### TODO | ||
- Document symbols treeview | ||
- Simultaneous tag rename for all languages that require it | ||
|
||
## Languages | ||
|
||
<!-- check: <span>✅</span> or 1004 --> | ||
<!-- x: <span>❌</span> or 1008 --> | ||
|
||
| Language | Syntax High. | LSP support | Linting | Snippets | Formatter | Builder | Debugger | | ||
|------------------|:--------------:|:-------------:|:---------:|:----------:|:----------:|:-----------:|:---------:| | ||
| Arduino | <span>✅</span> | | | | | | | | ||
| Bash | <span>✅</span> | <span>✅</span> | <span>✅</span> ex | <span>✅</span> | <span>✅</span> | | | | ||
| C# | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | ||
| C/C++ | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> |<span>✅</span>| | ||
| Clojure | <span>✅</span> | <span>✅</span> | <span>✅</span> | | <span>✅</span> | | | | ||
| Cobol | | | | | | | | | ||
| Crystal | <span>✅</span> | <span>✅</span> \* | | | <span>✅</span> | | | | ||
| CSS | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| D | <span>✅</span> | <span>✅</span> | <span>✅</span> | | <span>✅</span> | | | | ||
| Dart | <span>✅</span> | <span>✅</span> | <span>✅</span> | | <span>✅</span> | | | | ||
| Elixir | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| Elm | <span>✅</span> | <span>✅</span> | <span>✅</span> | | <span>✅</span> | | | | ||
| Erlang | [WIP](https://github.com/lite-xl/lite-xl-plugins/pull/424) | <span>✅</span> | <span>✅</span> \* | <span>✅</span> | | | | | ||
| F# | [WIP](https://github.com/lite-xl/lite-xl-plugins/pull/423) | | | | | | | | ||
| Fortran | <span>✅</span> | <span>✅</span> | | | | | | | ||
| GDScript | <span>✅</span> | | | | <span>✅</span> | | | | ||
| Go | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| Groovy | <span>✅</span> | <span>✅</span> \* | <span>✅</span> | | | | | | ||
| Haskell | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| HTML | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| Java | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | ||
| Javascript | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | ||
| JSON | <span>✅</span> | <span>✅</span> | <span>✅</span> |<span>❌</span>| | | | | ||
| Julia | <span>✅</span> | <span>✅</span> \* | | <span>✅</span> | <span>✅</span> | | | | ||
| Kotlin | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | ||
| Lisp | | | | | | | | | ||
| Lua | <span>✅</span> | <span>✅</span> | <span>✅</span> ex | <span>✅</span> | <span>✅</span> | | | | ||
| Nim | <span>✅</span> | <span>✅</span> \* | <span>✅</span> \* | | | | | | ||
| Nix | <span>✅</span> | | | <span>✅</span> | | | | | ||
| Ocaml | [WIP](https://github.com/lite-xl/lite-xl-plugins/pull/429) | | | <span>✅</span> | <span>✅</span> | | | | ||
| Odin | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | | ||
| OpenSCAD | <span>✅</span> | | | | | | | | ||
| Perl | <span>✅</span> | <span>✅</span> | | <span>✅</span> | | | | | ||
| PHP | <span>✅</span> | <span>✅</span> | <span>✅</span> ex | <span>✅</span> | | | | | ||
| Python | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | ||
| R | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | ||
| Ruby | <span>✅</span> | <span>✅</span> | | <span>✅</span> | <span>✅</span> | | | | ||
| Rust | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | ||
| Scala | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | ||
| SQL | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | ||
| System Verilog | | | | | | | | | ||
| TeX | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>✅</span> | | | | | ||
| TOML | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>❌</span> | <span>✅</span> | | | | ||
| Typescript | <span>✅</span> | <span>✅</span> | | | | | | | ||
| Typst | <span>✅</span> | <span>✅</span> \* | <span>✅</span> | | | | | | ||
| V | <span>✅</span> | <span>✅</span> | | | <span>✅</span> | | | | ||
| Vala | [WIP](https://github.com/lite-xl/lite-xl-plugins/pull/432) | <span>✅</span> \* | <span>✅</span> | | | | | | ||
| Zig | <span>✅</span> | <span>✅</span> | <span>✅</span> ex | | <span>✅</span> | | | | ||
| XML | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>❌</span> | | | | | ||
| YAML | <span>✅</span> | <span>✅</span> | <span>✅</span> | <span>❌</span> | <span>✅</span> | | | | ||
|
||
`*`: there are still some problems to solve | ||
|
||
`ex`: external linter | ||
|
||
## Bundles | ||
|
||
| Language | LSP Bundle | LSP Bundle Package | IDE Package | | ||
|------------------|:--------------:|:-------------:|:-------------:| | ||
| Arduino | | | | | ||
| Bash | | | | | ||
| C# | | | | | ||
| C/C++ | <span>✅</span> | `lsp_c` | `ide_c` | | ||
| Clojure | | | | | ||
| Crystal | | | | | ||
| CSS | | | | | ||
| Dart | | | | | ||
| Elixir | | | | | ||
| ELM | | | | | ||
| Erlang | | | | | ||
| Go | | | | | ||
| Groovy | | | | | ||
| Haskell | | | | | ||
| HTML | | | | | ||
| Java | <span>✅</span> | `lsp_java` | `ide_java` | | ||
| Javascript | <span>✅</span> | `lsp_typescript` | `ide_javascript` | | ||
| JSON | <span>✅</span> | `lsp_json` | | | ||
| Julia | | | | | ||
| Kotlin | | | | | ||
| Lisp | | | | | ||
| Lua | <span>✅</span> | `lsp_lua` | `ide_lua` | | ||
| Nim | | | | | ||
| Nix | | | | | ||
| Ocaml | | | | | ||
| Odin | | | | | ||
| OpenSCAD | | | | | ||
| Perl | | | | | ||
| PHP | | | | | ||
| Python | <span>✅</span> | `lsp_python` | `ide_python` | | ||
| R | | | | | ||
| Ruby | | | | | ||
| Rust | <span>✅</span> | `lsp_rust` | `ide_rust` | | ||
| Scala | | | | | ||
| SQL | | | | | ||
| TeX | <span>✅</span> | `lsp_tex` | `ide_tex` | | ||
| Typescript | <span>✅</span> | `lsp_typescript` | | | ||
| Typst | | | | | ||
| XML | | | | | ||
| YAML | <span>✅</span> | `lsp_yaml` | | | ||
| Zig | <span>✅</span> | `lsp_zig` | `ide_zig` | | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.