This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Inteligence while coding

walekarsa - Thursday, October 22, 2009 3:13 AM:

Hi All,

How do i get the list of classes available for selection while Coding (Similar to pressing CTRL+ Spacebar say in netbeans to get the java classes) .

Thanks in Advance,



nomean - Monday, October 26, 2009 10:31 AM:

I like to write code for methods in Visual Studio using the IOM library before copying them into Aras.  This way I get to use all of the plugins and autocompletion features that I've become completely dependent on.



walekarsa - Monday, November 9, 2009 2:11 AM:

Hi ,

Thanks for your reply.

 I was trying the way you suggested. I made a project in Visual Studio. Went to properties-- References-- Added all the dll's. Still I am not getting some functions. Is this the solution you proposed. If no can you give me more detailed method of adding IOM libraries to the Visual Studio.



walekarsa - Monday, November 9, 2009 2:11 AM:

Hi ,

Thanks for your reply.

 I was trying the way you suggested. I made a project in Visual Studio. Went to properties-- References-- Added all the dll's. Still I am not getting some functions. Is this the solution you proposed. If no can you give me more detailed method of adding IOM libraries to the Visual Studio.

 

With



nomean - Monday, November 16, 2009 11:29 AM:

Using the IOM isn't exactly like writing server/client side methods, but I find it helpful to use while trying out new things.  It doesn't have all of the same functions, "this" will be whatever class/form you are using at the moment instead of an Item, etc.  It takes a bit of extra work to convert something from running in a normal .NET program in Visual Studio to running in a server/client side method in Aras, but I think it's better than nothing for an intellisense addict like me.