Feature requests

A couple of features I would like to see in R.O., Water and Fire

  1. It would be nice to define an object in a Struct of a List or even better a Dictionary.

Example:
public class SomeStats: RemObjects.SDK.Types.ComplexType {

    public Int32 StatOne { get; set; }
    public Int32 StatTwo { get; set; }
    public Int32 StatThree { get; set; }
    public Dictionary <t, int> AllStats { get; set; }  // would resolve to an Array type

}
  1. Would it be possible to disable structure completion when doing a hint

For example
image

Thanks so much!
Dana

Fixed; indeed, this should not trigger inside comments, strings or directives.

Thanks, logged as bugs://82148 (for List and Dictionary support)