Код: Выделить всё
namespace Example
{
public class ExampleService : IExampleService
{
public const string DOCUMENT_TYPE = "PK";
readonly private IExampleRepository _exampleRepository;
public CheckoutDocumentService(IExampleRepository exampleRepository)
{
_exampleRepository = exampleRepository;
}
public void Method()
Подробнее здесь: [url]https://stackoverflow.com/questions/78695822/how-to-change-color-of-method-after-dot-in-visual-studio-2022-c-sharp-editor[/url]