Skip to content

Ghost ide 1.1.3

Choose a tag to compare

@HanzoDev1375 HanzoDev1375 released this 24 Jul 09:03
· 69 commits to main since this release

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 -y

For sorting cpp

  • Added Python code sorter
apt update && apt install python3-pip -y

If 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