Intellisense?

Posts   
 
    
mihies avatar
mihies
User
Posts: 800
Joined: 29-Jan-2006
# Posted on: 16-Aug-2006 09:36:08   

Hi Frans,

Does Intellisense do word completition? Example: I type If UsePartialClas and then Ctrl+Space. Editor adds a space and lists all possible constructs without positioning on the most likely (If UsePartialClass). When I pick an entry it will add the entry instead replace the construct typed in the editor.

So, is this behavior by design?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39786
Joined: 17-Aug-2003
# Posted on: 17-Aug-2006 22:22:06   

Intellisense is very simple in this release. the edit control has no real awareness of what's going on and my code for intellisense has not a real clue either wink . It would otherwise take a lot of cpu time to get up to date per -line. So the intellisense for TDL is just more of a 'hint list'

Frans Bouma | Lead developer LLBLGen Pro