Saif Khan
Saif Khan

Reputation: 18812

Intellisense Text Editor VB.NET

I need to espose some code in my app to the end user so that they can make modifications. Is there a free text editor with intellisense support out there, which I can embed in my application. The code will be VB.NET

Upvotes: 0

Views: 1992

Answers (2)

rie819
rie819

Reputation: 1249

Notepad++ would work as well (although I don't think it has intelli-sense), but HUGE RED FLAGS are flying up when you say:

expose some code in my app to the end user so that they can make modifications.

In my experience the end user should either be logging tickets of things that don't work, or at most getting to play with configuration files.

Upvotes: 1

Gavin Miller
Gavin Miller

Reputation: 43875

#develop is a free [Open Source] IDE for C#, VB.NET and Boo projects on Microsoft's .NET platform.

Upvotes: 1

Related Questions