HolonProduction
|
ccbdb34a2a
Improve autocompletion for indices
|
2 years ago |
Rémi Verschelde
|
2a61a2fa2f
Merge pull request #89274 from 0x0ACB/unchecked_cast
|
1 year ago |
Rémi Verschelde
|
f361133601
Merge pull request #94664 from dalexeev/gds-fix-make-arguments-hint
|
1 year ago |
Rémi Verschelde
|
7708f0e163
Merge pull request #85382 from HolonProduction/in-case-of-a-script
|
1 year ago |
Danil Alexeev
|
37a3a98fde
GDScript: Fix incorrect default values in `_make_arguments_hint()`
|
1 year ago |
HolonProduction
|
4699e69708
Autocompletion: register depended parsers with the main parser
|
1 year ago |
HolonProduction
|
402bdfa3b7
Generate `arghint` for script types
|
1 year ago |
HolonProduction
|
70488d40db
Autocompletion: Don't use `in` operator to decide over variant lookup
|
1 year ago |
Yuri Rubinsky
|
322c64c6ea
Fix symbol lookup for native enums
|
1 year ago |
Rémi Verschelde
|
cd87b0bf84
Merge pull request #93057 from HolonProduction/not-enough-code-paths
|
1 year ago |
HolonProduction
|
51f74af2ac
Autocompletion: Add support for string name option in more places
|
1 year ago |
Yuri Rubinsky
|
5962646fd3
Fix goto definition for `new` method
|
1 year ago |
Yuri Rubinsky
|
fc2b82188b
Fix completion for `new` arguments
|
1 year ago |
Rémi Verschelde
|
4ce95d684c
Merge pull request #91653 from HolonProduction/autocompletion-analyze-recursively-but-leave-the-parser-alone
|
1 year ago |
Danil Alexeev
|
76b2d85c9f
GDScript: Fix some export annotation issues
|
1 year ago |
Rémi Verschelde
|
d83586f1e4
Merge pull request #84492 from HolonProduction/reduce-const-arrays
|
1 year ago |
HolonProduction
|
d131064841
Autocompletion: Analyze CLASS types as they are encountered
|
1 year ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
rune-scape
|
6b88c86cec
GDScript: invalidate GDScriptParserRef when reloading
|
1 year ago |
Rémi Verschelde
|
9a9045cf7a
Merge pull request #89382 from dcaoc03/master
|
1 year ago |
VolTer
|
de8b6f7a3c
Add editor settings for autocompletion with NodePath and StringName
|
2 years ago |
Diogo Costa
|
935ea10f3a
Fixed enum autocompletion for core classes (Issue #88858)
|
1 year ago |
ACB
|
7426b4d448
Fix user after free in `GDScriptLanguage::debug_get_globals`
|
1 year ago |
Micky
|
7b3e1a5bde
Optimize SceneTree's `change_scene_to_file` autocompletion
|
1 year ago |
Aiden Storey
|
7ffc246aad
Add fallback argument hints for default values
|
1 year ago |
George Marques
|
b4d0a09f15
GDScript: Reintroduce binary tokenization on export
|
1 year ago |
Rémi Verschelde
|
50491db048
Merge pull request #88071 from Calinou/gdscript-nodepath-autocomplete-fix-identifiers
|
1 year ago |
Hugo Locurcio
|
1238b60b22
Fix NodePath autocompletion to ensure paths are quoted when required
|
1 year ago |
Yuri Rubinsky
|
1d75480082
Fix autocompletion for enum members in the core classes
|
1 year ago |
HolonProduction
|
6df1a1e9b0
Autocompletion: mark datatype as constant for constant arrays
|
1 year ago |