VB helper to code stage

tomahawk1

New Member
Hi, is it possible to use other software to write code and replicate / copy it into BP code stage?
For example, Visual Studio (note: I never used it) ? Or to integrate a text editor like VS Code?
How do you compensate for missing intellisense and what best practices do you follow ?
 

gil.silva

Active Member
Hello tomahawk1,

Sure, you can use Visual Studio to create/test some code in C#/.Net and then incorporate it in BP.
It's actually the best way to create new code, because in BP you can't debug in an easy way and as you mentioned, you don't have intellisense (code completion).
Also, in BP you can import libraries (.dll) into the object.
 
Top