Posted 17 years ago by Alex
Version: 4.0.0244
Avatar
I think there is a slight problem with case sensitive intelliprompt
Here is a snippet

        class Foo
    {
        public int Value;
    }
    class Foo1
    {
        public Foo Data;
        void Do()
        {
            data.Value
        }
    }
The prompt works on "data" and makes "data.Value". I think it is wrong behavior since it creates compile errors. I would like to propose two other choices
1. The intellirompt is case sensitive, which means in my sample it will work only for "Data", but not for "data".
2. Make it working like in Visual Studio, where the intellipropmt automatically replaces the field with correct capitalization.


Thanks

Alex

Comments (1)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Alex,

Thanks, we are aware of this issue and have it on the TODO list to get fixed.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.