Beef
Beef copied to clipboard
The class generator dialog does not show the input box for type names sometimes

Example screenshot above.
Restarting the IDE or sometimes doing other actions and trying again restores the working dialog.
EDIT: Appologies, this is not the case, it just makes it hidden at first... I'll try to find how to reproduce this bug.
I was able to consistently cause this behaviour with this code:
namespace System;
using System;
extension Compiler
{
extension NewClassGenerator
{
public override String Name => "Default";
}
}