Question
· Mar 10, 2016

Code indentation and Go to declaration functionality

Some thins I have noticed, which I am not sure are bugs or features to come.

1.) Go to type declaration (F3 or ctrl+click on a class/variable/method)

It doesn not work on object variables and methods

Where it does work, it opens the related class but it is not editable.

 

2. )There is no code indentation correction/ctrl+L ?

Is this planned?

I would very much prefer to have formatting  even if it means loosing some COS "functionalty".

Discussion (4)1
Log in or sign up to continue

Hi Nicki,

1) The related class is not editable because it's on the server. To edit it, you need to copy the file to your project first. Currently, you can navigate to the file in the Server Explorer, right-click the file name and select "Copy to project". We're working on adding this option to the editor's context menu, so it will be available shortly.

2) Code indentation is planned but not available yet.

 

Thanks,

Joyce