Ghost ide 1.1.3
New features
-
Added Java refactoring including (change class name in editor code, change package name in main file)
-
Added code runner to run languages that I announced on GitHub
-
Added cpp sorter in terminal, type
apt update
apt install clang-format astyle -yFor sorting cpp
- Added Python code sorter
apt update && apt install python3-pip -yIf you don't have Python, skip this option if you have
Then
pip install ruff
To sort Python code
Formatting html css codes
Added to install
npm -y && npm install -g prettier
If node js is not installed, install
apt install nodejs npm -y && npm install -g prettier
-
Added multiple languages for Lsp, read in Lsp.md
-
Fixed application installation error in internal update
-
Improved graphics and user interface and Lsp settings for weak devices
-
Added post man for API testing
-
see lsp.md