consulo / consulo-csharp

Languages: C#
Apache License 2.0
50 stars 6 forks source link

Choose default accessor of created methods #452

Closed zsalah-gsngames closed 7 years ago

zsalah-gsngames commented 7 years ago

Hello,

Thanks for all the work on Consulo, it is great!

I was wondering if there's a way to specify what the default accessor for automatically created methods (using alt+enter) is.

Currently, any created method is defined as public by default. I'd like to have it be private by default. Is that option available?

Thanks

VISTALL commented 7 years ago

Hi. Yeah, but later. I am busy with next version of Consulo

Thanks

zsalah-gsngames commented 7 years ago

Great, thanks. Looking forward to the new version!

VISTALL commented 7 years ago

Changed logic. When method creating inside self type - default modifier is private, in other variants - public