[nem-en] Nemerle for VisualStudio redist.
vc
vc at rsdn.ru
Fri Dec 29 16:13:24 CET 2006
> Already known issues:
> * Does not work on Win64
> * Solution Explorer works only when "Always show Solution" option is on.
> * Multiple projects per solution are not supported yet.
> * Class View not implemented
> * No (re)formatting.
> * Almost no support for debugging.
+
* No complete in type of methods parameters and return type of method,
properties and fields.
* Not supported completion of some keywords.
* Reference on assemblies not work properly (for example, project of
compiler don't work properly).
* When try add new method you can get incorrect result (incorrect parsing).
Workaround: insert space outside methods/properties bodies and fields
initialize expressions (in class or namespace, for example).
* Methods parameter hints don't work for constructors, arrays and lists.
* Goto members of types defined in referenced assemblies if no .pdb (debug
info) no generates code from metadata.
Many of bugs (incompleteness) depend on the compiler issue. We work under it
resolving, but if some one can help - do it, please :).
More information about the devel-en
mailing list