Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve GDScript autocompletion for methods | Lazy-Rabbit-2001 | 2024-11-22 | 51 | -109/+109 |
| | |||||
* | Add back `AnimationPlayer.get_argument_options` | HolonProduction | 2024-11-15 | 7 | -0/+46 |
| | |||||
* | Remove unneeded quotes from autocomplete % nodes | aXu-AP | 2024-09-07 | 2 | -0/+14 |
| | | | | Removes unnecessary quotes for suggestions like $"%MyNode". | ||||
* | Autocompletion: reintroduce enum options on assignment | HolonProduction | 2024-08-30 | 8 | -0/+90 |
| | |||||
* | Autocompletion: enable string literal completion in subscripts | HolonProduction | 2024-08-27 | 18 | -0/+175 |
| | |||||
* | Autocompletion: rework argument options string literal completion | HolonProduction | 2024-07-08 | 28 | -3/+159 |
| | |||||
* | Merge pull request #92688 from HolonProduction/autocompletion-batch-2 | Rémi Verschelde | 2024-06-21 | 28 | -0/+301 |
|\ | | | | | | | Add more autocompletion tests | ||||
| * | Add more autocompletion tests | HolonProduction | 2024-06-02 | 28 | -0/+301 |
| | | |||||
* | | Autocompletion: Add support for string name option in more places | HolonProduction | 2024-06-12 | 8 | -0/+62 |
|/ | |||||
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 16 | -16/+16 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | Merge pull request #89884 from HolonProduction/tests-batch-2 | Rémi Verschelde | 2024-04-23 | 37 | -0/+52 |
|\ | | | | | | | Completion Tests: Add script to owner | ||||
| * | Completion Tests: Add script to owner | HolonProduction | 2024-03-25 | 37 | -0/+52 |
| | | |||||
* | | Merge pull request #89382 from dcaoc03/master | Rémi Verschelde | 2024-04-09 | 4 | -0/+22 |
|\ \ | |/ |/| | | | Fix enum autocompletion for core classes | ||||
| * | Fixed enum autocompletion for core classes (Issue #88858) | Diogo Costa | 2024-03-15 | 4 | -0/+22 |
| | | | | | | | | Minor fix consisted in the use of [[fallthrough]] macro | ||||
* | | Cleanup | HolonProduction | 2024-03-01 | 5 | -5/+0 |
| | | |||||
* | | Debugging additions | HolonProduction | 2024-03-01 | 2 | -3/+4 |
| | | |||||
* | | Add test for `get_node` autocompletion | HolonProduction | 2024-03-01 | 71 | -5/+668 |
|/ | |||||
* | Allow specifying a scene in completion tests | HolonProduction | 2024-01-08 | 1 | -1/+1 |
| | |||||
* | Add unit test runner for autocompletion | HolonProduction | 2024-01-05 | 2 | -0/+10 |