mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-03 12:22:04 +00:00
Readme, changelog
This commit is contained in:
@@ -17,6 +17,7 @@ Changes prior to the next official version change will appear here.
|
||||
* Language Servers:
|
||||
* Add further file extensions considered by the language servers for Python (.pyi), JavaScript (.jsx) and TypeScript (.tsx, .jsx)
|
||||
* Updated multilspy, adding support for Kotlin, Dart and C/C++ and several improvements.
|
||||
* Added support for PhP
|
||||
|
||||
|
||||
# 2025-04-07
|
||||
|
||||
@@ -50,14 +50,16 @@ With Serena, we provide
|
||||
* Python
|
||||
* Java (_Note_: startup is slow, initial startup especially so)
|
||||
* TypeScript
|
||||
* PhP
|
||||
* Go (need to install go and gopls first)
|
||||
* Rust
|
||||
* C/C++
|
||||
* indirect support (may require some code changes/manual installation) for:
|
||||
* Ruby (untested)
|
||||
* Go (untested)
|
||||
* C# (untested)
|
||||
* Rust (untested)
|
||||
* Kotlin (untested)
|
||||
* Dart (untested)
|
||||
* C/C++ (untested)
|
||||
|
||||
These languages are supported by the language server library [multilspy](https://github.com/microsoft/multilspy), which Serena uses under the hood.
|
||||
But we did not explicitly test whether the support for these languages actually works.
|
||||
|
||||
Reference in New Issue
Block a user