Beef icon indicating copy to clipboard operation
Beef copied to clipboard

The class generator dialog does not show the input box for type names sometimes

Open jayrulez opened this issue 3 years ago • 1 comments

image

Example screenshot above.

Restarting the IDE or sometimes doing other actions and trying again restores the working dialog.

jayrulez avatar Sep 24 '22 01:09 jayrulez

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";
	}
}

kallisto56 avatar Jan 01 '25 02:01 kallisto56