1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Commit graph

115 commits

Author SHA1 Message Date
Brian Fiete
3560554127 Fixed extension methods in autocomplete, added extmethod icon 2021-01-20 12:43:55 -08:00
Brian Fiete
13b943855e Fixed outer type search in autocomplete 2021-01-16 13:43:44 -08:00
Brian Fiete
4890303508 Added comptype 2021-01-15 14:28:21 -08:00
Brian Fiete
80fcf84de2 Fixed fixit constructor for AllowAppend, params 2020-12-28 05:15:47 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
f63b9236d0 Fixed duplicate 'public override' autocomplete overrides 2020-11-09 10:22:54 -08:00
Brian Fiete
84594e66ff Remove 'base' call for inner override impl 2020-10-26 10:46:35 -07:00
Brian Fiete
ae40f99cb4 Made 'override' work for internal overrides 2020-10-25 10:40:40 -07:00
Brian Fiete
6a9cb287f8 Fixed documentation issues 2020-10-21 09:56:22 -07:00
Brian Fiete
bf5e689029 Fixed documentation on member with attributes 2020-10-21 09:34:08 -07:00
Brian Fiete
7349cdf50f Fixed Go To Definition crash with no methodDecl 2020-10-13 15:09:06 -07:00
Brian Fiete
196b9604c1 Fixed autocomplete type inference issue 2020-10-10 15:41:07 -07:00
Brian Fiete
42a361a8c0 Fixed autocomplete doc crash for generic methods 2020-10-10 06:12:29 -07:00
Brian Fiete
e8b35ce0c4 Autocomplete method name fix 2020-10-08 11:47:38 -07:00
Brian Fiete
3fb7576bf9 MethodToString improvements 2020-10-08 10:17:03 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
8647d63806 Fixed go to definition for invocation without opening paren 2020-10-05 14:54:25 -07:00
Brian Fiete
a399e383fa Linux fixes 2020-09-29 08:53:36 -07:00
Brian Fiete
4571221551 Fixit for adding ctor 2020-09-19 15:36:25 -07:00
Brian Fiete
75eeb25555 Refactoring of operator constraints, generic param population 2020-09-18 17:00:33 -07:00
Brian Fiete
569d121c14 Fixed renaming of namespaces 2020-09-11 14:01:40 -07:00
Brian Fiete
3627f8c40f Reworked functions with explicit 'this' 2020-09-11 10:33:16 -07:00
Brian Fiete
709b337617 Made using/pragma fixits no long focus on change 2020-09-05 05:39:51 -07:00
Brian Fiete
70c7067bb0 Added type icon to code mouseovers 2020-09-03 09:31:22 -07:00
Brian Fiete
630fad5b74 Fixed autocomplete for var*/let* identifiers 2020-08-25 14:53:08 -07:00
Brian Fiete
99419097c5 Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
Brian Fiete
9d5d5b4063 Added alloctype(T) 2020-08-12 15:07:56 -07:00
Brian Fiete
2fe209447e Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
Brian Fiete
a48f6b43c1 Fixed undef const crash 2020-07-01 06:28:50 -07:00
Brian Fiete
71c020c4a1 Fixed some Go To Definition issues 2020-06-14 06:39:29 -07:00
Brian Fiete
9f00539d90 Refactored generic type instances to be a BfGenericTypeInfo member 2020-06-05 07:01:58 -07:00
Brian Fiete
6fe9c78ada Added support for generic tuples 2020-06-04 15:02:46 -07:00
Brian Fiete
e1c340a711 Added extension methods 2020-06-03 05:22:11 -07:00
Brian Fiete
c1a2bd79e1 Fixed 'using static' 2020-06-02 05:46:56 -07:00
Brian Fiete
adf495d171 Clamping 2020-05-31 07:27:08 -07:00
Brian Fiete
014263c3a7 Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
Brian Fiete
c9da45715b Added ability to rename labels and goto definition on labels 2020-05-29 16:58:47 -07:00
Brian Fiete
6cb2df65a6 Improvements to interfaces: extensions, better generics, statics 2020-05-27 09:46:09 -07:00
Brian Fiete
e16e4613b6 Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
d11c79e43e Added more informational mouseovers 2020-05-17 06:10:56 -07:00
Brian Fiete
6ae5d2e7aa Fixed auto-prop issues 2020-05-08 14:33:28 -07:00
Brian Fiete
a17f8961b0 Fixed autocomplete overrides for properties 2020-05-08 11:25:55 -07:00
Brian Fiete
68bf7bc801 Added nullable(T), Result<T> can use null conditionals 2020-04-27 15:09:10 -07:00
Brian Fiete
5d4d21cce1 Added fixit for global namespace lookup 2020-03-21 13:09:42 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
590df7aec7 Better handling of this/base for autocomplete, colorization, goto def 2020-02-21 09:26:02 -08:00
Brian Fiete
cd9cf9f01f Added default param values when adding fixit for overloads 2020-02-21 06:52:25 -08:00
Brian Fiete
90e4cf8825 Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
Brian Fiete
234b3064ff Added a fixit for adding a field from an identifier error 2020-02-08 06:13:48 -08:00