This is a migrated thread and some comments may be shown as answers.

No Create Set/Get Property functionality

1 Answer 29 Views
Code Generation
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Larry
Top achievements
Rank 1
Larry asked on 16 Sep 2015, 01:32 PM
I'm running visual studio 2015 coding in vb.net .net v 4.6 and notice that there is no Create Set/Get Property option in the pop up nor does the Alt+End shortcut work.  Is this a known issue or is it not supported in visual studio 2015?

1 Answer, 1 is accepted

Sort by
0
Nikolay Valchev
Telerik team
answered on 21 Sep 2015, 08:03 AM
Hello Larry,

Maybe you've missed the news, but our Visual Studio 2015 version is a little bit different from the others. We are reworking JustCode to step on Roslyn. You can read more about it here - What’s Ahead for JustCode
This led to the need to rework all of our refactoring/code generation/test running/navigation features for C# and VB. We have already done most of them but there are refactoring features still missing in the new JustCode. Also, as it doesn't bring much value to duplicate the Visual Studio features, we decided to embrace what Visual Studio is offering and concentrate on what it doesn't, so this is the command you mentioned is not implemented in JustCode for VS 2015. Visual Studio already offers the same command, so we've decided only to include it in our 'Fix' header in the Visual Aid, unfortunately, there is a bug for VB and, currently, it is not appearing there. As a temporary solution you could create a property for a field through the Light Bulb (press Ctrl + . to open it when you have selected the field) and execute "Encapsulate field: '<field name>'".

I hope this was helpful. Also, could you please tell us what other refactoring commands you miss the most?

Regards,
Nikolay Valchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Code Generation
Asked by
Larry
Top achievements
Rank 1
Answers by
Nikolay Valchev
Telerik team
Share this question
or