Beef
Beef copied to clipboard
Beef Programming Language
Please add support for using aliases, they are quite handy for resolving name conflicts because the type will not be in the global scope. Example: https://www.dotnetperls.com/using-alias I think another option...
We discussed on 1/12 @12:15 est about different ways of expressing auto completed ctors and fields without creating extra work, for example, there were 2 proposals that seemed useful. Proposal...
There are a few issues with doing `:base` when I was typing it out, I got a crash that relaunch recovered from, later I was backspacing a line and got...
Currently there's no way to allocate a tuple pointer by normal means 
The difference between `defer xyz();` and `defer { xyz(); }` on a local method can have completely different results. This is one of those "gotcha" moments that may not be...
It would be nice if the IDE supported moving/dragging/cutting/copying files around from folder to folder as well as project to project in a workspace.
VS has the concept of things like directory props and and other files that can be dropped in the source folder to override things like formatting styles and other rules...
- Ability to add attributes to categorize tests so you can only run a set of tests - Ability to right click a function that has [Test] and debug it...
When you use FixIt to generate the code for an interface that has a method that uses a typealias, the typealias gets resolved in the output of the FixIt. ```...
It would be great if there was a hotkey to open find class that was scoped to the class you are in when you pressed it.  Then it would...