summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion
Commit message (Collapse)AuthorAgeFilesLines
* Improve GDScript autocompletion for methodsLazy-Rabbit-20012024-11-2251-109/+109
|
* Add back `AnimationPlayer.get_argument_options`HolonProduction2024-11-157-0/+46
|
* Remove unneeded quotes from autocomplete % nodesaXu-AP2024-09-072-0/+14
| | | | Removes unnecessary quotes for suggestions like $"%MyNode".
* Autocompletion: reintroduce enum options on assignmentHolonProduction2024-08-308-0/+90
|
* Autocompletion: enable string literal completion in subscriptsHolonProduction2024-08-2718-0/+175
|
* Autocompletion: rework argument options string literal completionHolonProduction2024-07-0828-3/+159
|
* Merge pull request #92688 from HolonProduction/autocompletion-batch-2Rémi Verschelde2024-06-2128-0/+301
|\ | | | | | | Add more autocompletion tests
| * Add more autocompletion testsHolonProduction2024-06-0228-0/+301
| |
* | Autocompletion: Add support for string name option in more placesHolonProduction2024-06-128-0/+62
|/
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-0816-16/+16
| | | | Found by apply the file_format checks again via #91597.
* Merge pull request #89884 from HolonProduction/tests-batch-2Rémi Verschelde2024-04-2337-0/+52
|\ | | | | | | Completion Tests: Add script to owner
| * Completion Tests: Add script to ownerHolonProduction2024-03-2537-0/+52
| |
* | Merge pull request #89382 from dcaoc03/masterRémi Verschelde2024-04-094-0/+22
|\ \ | |/ |/| | | Fix enum autocompletion for core classes
| * Fixed enum autocompletion for core classes (Issue #88858)Diogo Costa2024-03-154-0/+22
| | | | | | | | Minor fix consisted in the use of [[fallthrough]] macro
* | CleanupHolonProduction2024-03-015-5/+0
| |
* | Debugging additionsHolonProduction2024-03-012-3/+4
| |
* | Add test for `get_node` autocompletionHolonProduction2024-03-0171-5/+668
|/
* Allow specifying a scene in completion testsHolonProduction2024-01-081-1/+1
|
* Add unit test runner for autocompletionHolonProduction2024-01-052-0/+10