https://github.com/poeticandroid/pretty-gd-vs
https://github.com/poeticandroid/pretty-gd-vs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poeticandroid/pretty-gd-vs
- Owner: poeticAndroid
- License: mit
- Created: 2022-08-24T08:29:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T15:22:33.000Z (about 1 year ago)
- Last Synced: 2025-05-18T03:12:03.266Z (about 1 year ago)
- Language: GDScript
- Size: 300 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pretty.gd for VS Code

A formatter for GDScript that just works!
## Requirements
None!
## Extension Settings
none yet..
## Known Issues
none yet..
If you come across any other issues with using this software, please [let me know](https://github.com/poeticAndroid/pretty-gd-vs/issues).
## Release Notes
### 1.18.3
- Obey tab settings in current editor.
### 1.18.2
- Updated to use the [pretty-gd-js](https://www.npmjs.com/package/pretty-gd-js) node package. 📦
### 1.10.0
- Treat `!` as a sign (like `-` for negative values)
### 1.9.0
- Opening curly brackets is now its own class (which helps with spacing in enums)
### 1.7.0
- Recongnize operators longer than one character
- Refactored tokenizer
### 1.3.0
- Added support for `_` in numbers
- Added support for `@annotations`
- Added support for nodepaths starting with `&`, `^` or `%`
### 1.2.0
- Recognizing node paths
### 0.3.0
- Giving keywords some room
### 0.2.0
- Fancy icon!
### 0.1.0
Initial release!