Forum Discussion

FabioG's avatar
FabioG
New Contributor III
17 days ago

Intellisense on Custom Code

Hi all,

I'm quite new in OS and, as a Dev, I'm writing some code in Assemblies/Business Rules.

I'm experiencing an issue with Intellisense.

While I'm working from inside a class, I can see all the hints supplied by intellisense for all the Standard/OS Classes/Methods and for the Methods inside my current class.

Unfortunately I cannot see hints for my other custom classes/methods that I wrote under the same assembly/namespace (they are correctly referenced, the assembly is compiled)

I tried adding triple-slash comments, but - again - no luck.

Just wondering if there's something I should do to make intellisense works or if I stumbled in a platform's limit.

Thanks in Advance for Your precious help

FabioG

 

  • RobbSalzmann's avatar
    RobbSalzmann
    Valued Contributor II

    FabioG, Unfortunately you've reached the limit of the Business Rule source code editor's intellisense.  I also find that it is not introspective when looking at instantiated objects coded in a different business rule. Intellisense works against library imports and local objects, but not referenced objects located in other business rule files.

    OneStream is working toward enabling the use of Visual Studio and Visual Studio Code in the future.

  • FabioG's avatar
    FabioG
    New Contributor III

    RobbSalzmannthanks a lot for your answer, actually enabling VS/VSCode would be a great improvement in OS Development.

    Thanks again !

    FabioG