Brian Fiete
|
1d2811f50d
|
Appended fields
|
2022-06-27 10:55:31 -07:00 |
|
Brian Fiete
|
e3cceff39c
|
Null check in BfAutoComplete::CheckNamespace
|
2022-06-25 08:32:05 -07:00 |
|
Brian Fiete
|
20c88dfeb0
|
Better enum autocomplete hygiene
|
2022-06-24 06:45:35 -07:00 |
|
Brian Fiete
|
bca82c231f
|
Fixed constraint checks for inner types
|
2022-06-23 13:55:34 -07:00 |
|
Brian Fiete
|
abd511a93d
|
Added '->' operator, static indexer fix, RefCounted<T>
|
2022-06-22 08:35:25 -07:00 |
|
Brian Fiete
|
a083bda31b
|
Added const/readonly to more autocomplete cases
|
2022-06-06 13:03:54 -07:00 |
|
Brian Fiete
|
1cb91c304b
|
Fixed fixit location for usings when file has scoped usings
|
2022-06-01 16:36:58 -07:00 |
|
Brian Fiete
|
030a7cda75
|
Fixed type autocomplete in distinct options
|
2022-06-01 15:21:02 -07:00 |
|
Brian Fiete
|
2576ae6bae
|
Added 'decltype' to AddTopLevelTypes
|
2022-06-01 12:32:03 -07:00 |
|
Brian Fiete
|
75333a0928
|
Improved circular mixin check, isconst(expr), [ConstSkip]
|
2022-05-30 11:40:49 -07:00 |
|
Brian Fiete
|
bfd062dd59
|
ResolveGenericType call fix
|
2022-04-30 08:53:24 -07:00 |
|
Brian Fiete
|
5f0fd070ad
|
SetResultStringType type context fix
|
2022-04-28 11:28:33 -07:00 |
|
Brian Fiete
|
100181b062
|
Fixed Go To Definition cases in generated code
|
2022-04-25 14:41:03 -07:00 |
|
Brian Fiete
|
44ecb92315
|
Auto ctor fixes
|
2022-04-16 16:43:21 -07:00 |
|
Brian Fiete
|
4d1e14a1c3
|
Show comptime emits as embedded sourceviews
|
2022-04-16 06:27:54 -07:00 |
|
Brian Fiete
|
b334423106
|
Fleshing out comptime debugging
|
2022-03-15 16:33:30 -07:00 |
|
Brian Fiete
|
0ce67cecc2
|
Distinct type option filter entry fixes, Include Filtered fix
|
2022-02-21 18:32:23 -08:00 |
|
Brian Fiete
|
63ef0fed7a
|
Fixed autocomplete LookupTypeRefOrIdentifier local/type lookup order
|
2022-02-14 10:03:41 -05:00 |
|
Brian Fiete
|
cf5c969d1f
|
Improvements to const string generic arg, literal generic args
|
2022-02-05 09:23:44 -05:00 |
|
Brian Fiete
|
361be9dc92
|
Reflect Filtered, extension attribs fix, generic arg BfAstNode
|
2022-02-04 12:00:43 -05:00 |
|
Brian Fiete
|
904d2aae6c
|
Fixed go to definition on type name that matches identifier
|
2022-02-02 09:24:02 -05:00 |
|
Brian Fiete
|
438394099a
|
Fixed fixits on types with comptime-emitted code
|
2022-02-02 08:00:55 -05:00 |
|
Brian Fiete
|
d18e12866b
|
Improved override method insertion in autocomplete
|
2022-01-31 16:00:06 -05:00 |
|
Brian Fiete
|
8a4bf7ac8c
|
Improvements to handling of pointers to reference types
|
2022-01-04 07:17:32 -05:00 |
|
Brian Fiete
|
1ee0a19bbf
|
EnumType.UnderlyingType support, generic enum constraint improvements
|
2022-01-03 07:30:03 -05:00 |
|
Brian Fiete
|
476df62a24
|
Fixed issues autocompleting in extensions outside definition project
|
2022-01-01 10:12:20 -05:00 |
|
Simon Lübeß
|
1812d61c8c
|
Classic autocomplete no longer highlights random letters
|
2022-01-01 13:17:53 +01:00 |
|
Simon Lübeß
|
5e01f08e31
|
Fixed autocomplete highlighting too many characters
|
2021-12-29 00:27:25 +01:00 |
|
Brian Fiete
|
71745110a5
|
Linux compilation fix, string hash fix (dramatic speed increase)
|
2021-12-28 11:52:02 -05:00 |
|
Simon Lübeß
|
8f0502972f
|
Added option to toggle between classic and fuzzy autocomplete
|
2021-12-25 21:03:05 +01:00 |
|
Simon Lübeß
|
ac99191487
|
Sort updated autocomplete results
|
2021-12-24 14:08:40 +01:00 |
|
Simon Lübeß
|
04888b8f10
|
Improved performance of fuzzy string matching
|
2021-12-24 14:08:05 +01:00 |
|
Simon Lübeß
|
b70745ef1e
|
Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete
|
2021-12-24 14:07:34 +01:00 |
|
Simon Lübeß
|
c2c7431620
|
Fixed autocomplete flickering while typing
|
2021-12-15 11:25:38 +01:00 |
|
Simon Lübeß
|
f9f53eb97b
|
Basic fuzzy search for autocomplete
|
2021-12-08 22:08:57 +01:00 |
|
Brian Fiete
|
aa56542fae
|
Better support for @ name prefixes
|
2021-11-29 08:38:42 -08:00 |
|
Brian Fiete
|
870c9914be
|
Support for top-level internal protection, autocomplete internal fixes
|
2021-11-23 14:25:07 -08:00 |
|
Brian Fiete
|
11e41558d7
|
Fixed documentation generic TypeToString crash
|
2021-11-16 12:28:25 -08:00 |
|
Brian Fiete
|
9697c2a682
|
Fixed data cycle detection for sized arrays
|
2021-11-01 14:44:05 -07:00 |
|
Brian Fiete
|
a17f57f4c6
|
Fixed deferred mouseover hoverwatch mismatch
|
2021-10-31 09:48:04 -07:00 |
|
Brian Fiete
|
701cb15349
|
Fixed error on attributed property access
|
2021-10-30 08:10:52 -07:00 |
|
Brian Fiete
|
0bfa411d22
|
Emitted code refactor - copied typedefs
|
2021-10-28 08:05:14 -07:00 |
|
Brian Fiete
|
37e4c589b0
|
Fixed type resolution infinite loop
|
2021-10-01 06:57:10 -07:00 |
|
Brian Fiete
|
4cda126188
|
offsetof
|
2021-09-10 14:21:25 -07:00 |
|
Brian Fiete
|
40cc6b27b7
|
Fixed invalid interface method implementation fixit on interface decls
|
2021-07-15 07:01:02 -07:00 |
|
Fusion
|
3d58885cef
|
Fix fixit for static interface properties.
|
2021-06-06 03:12:50 +02:00 |
|
Fusion
|
93739f82ee
|
Add missing keywords to autocomplete.
|
2021-05-27 12:38:35 +02:00 |
|
Brian Fiete
|
532de216a1
|
Fixed loop index type
|
2021-03-24 06:31:11 -04:00 |
|
Fusion
|
eee6389f98
|
Fix indexer autocomplete.
|
2021-03-04 21:41:05 +01:00 |
|
Brian Fiete
|
cf9890349d
|
Added 'SelfOuter' special type
|
2021-01-28 05:11:02 -08:00 |
|