T O P I C R E V I E W |
iomega55 |
Posted - Dec 29 2007 : 10:31:59 AM Hi: I'm new to Visual AX. I'm coming from resharper. In that product when i'm missing an "using" it marks and suggests automatically the possible usings. How can I do this in VAX?
Thanks in advance. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 29 2007 : 12:32:24 PM It depends on your IDE and version of VA. I assume you are using C# as your programming language.
In VS2005 the IDE its self will suggest the missing using statement, when it works out one is required. With VA 1624 you should see suggestions offering to insert the required using statement when you reference classes where the required using statement is missing. Just accept the suggestion and the using statement will be added. |