6
Hello,

I think it would be a nice enhancement if during variable declaration we could start typing an object name just after the colon without specifying the object type.

In the example below, the cursor position is represented by the underscore:

local procedure MyProcedure()
var
Customer: Cust_
begin

end;

I would like to see the following items in the intellisene
* Record Customer
* Record "Customer Bank Account"
* Codeunit "Cust-Cont-Update"
* Report "Customer List"
...

This could be even happen at the moment we are typing the variable name :
local procedure MyProcedure()
var
Cust_
begin

end;

Could be become this, by naming the variable automatically :
local procedure MyProcedure()
var
CustomerList: Report "Customer List";
begin

end;
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team