Would be great to make Neo compatible with other languages (I'm particularly interested in VB). Currently I've got 2 annoyances:
1. Array code is generated with "[]"'s (I need "()"'s). When I change it in the source, it gives an error when generating the code.
2. (This only started with .NET 2) There are properties that won't work since VB is case-insensitive. For example, I inherit from ObjectListBase, and VS thinks that I should override the InnerList property (it confuses it with the innerList protected variable). Renaming the variable to _innerList does the job.