Beef
Beef copied to clipboard
Beef Programming Language
Hi Consider the following, where you mark and copy all cases of `word` with multiple cursors. ```beef /* something word a word abc word */ ``` Go back to a...
Here for tracking purposes:  On the newest nightly I cannot create a local variable of private struct even if I use the friend attribute.
### Current Given the following code: ```cs var code = scope $""; code.AppendF($"{5}.{4}"); var code2 = scope $""..AppendF($"{4}.{2}"); ``` Formatting the document will result in: ```cs var code = scope...
### Current This code does not compile. ```cs namespace test; class Program { static T Max(T lhs, T rhs, TFunc func) where TFunc : function int(T lhs, T rhs) {...
In most applications, holding the shift key while turning the mouse wheel enables horizontal scrolling. The Beef IDE, however, continues scrolling vertically.
Using Beef v0.43.5 Beef crashes when attempting to add a discriminated union case to an empty enum. This is a minimum case to reproduce this: ``` // Attributes.bf namespace BeefBugReport;...
In a C# project I use the Curiously Recurring Template Pattern (CRTP) and go two layers deep with it: ``` class A where TFinal : A { } class B...
On 06/15/2025, attempting to use Goto Method when safe mode is enabled crashes the IDE.
Hi there, There was an issue with `QuickFind.SelectAllMatches()`, where after selecting all matches and pressing `Shift+Home/End`, selections will be incorrect, because the swap of `EditSelection?` was on `Value` and not...
Somehow this little llvm18 remainder was missed entirely, so that it wouldnt work out on arch.