Posted 11 years ago by Tobias Römer
Version: 12.2.0570
Avatar

Hello,

I use a SyntaxEditor with VBSyntaxLanguage. The following works:
(note: the | sign denotes the cursor position where the word completion popup pops up)

Dim text As String
text.|

There it shows me the methods of System.String, like "Substring(...)", as expected.

The following does not work:

Dim text
Ctype(text, String).|

It appears that the return type is always object. The same applies for DirectCast, CStr, CInt, etc.

Is there a way to get this to work?

Comments (4)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Tobias,

Thanks for writing.  We'll mark down to look into this.


Actipro Software Support

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Tobias,

We've implemented these features for the next maintenance release.


Actipro Software Support

Posted 11 years ago by Tobias Römer
Avatar

Thank you, looking forward to see this. :)

Posted 11 years ago by Tobias Römer
Avatar

It works with .571. Thank you for fixing this! :)

The latest build of this product (v24.1.1) 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.