Bug? The IDE doesn't autosuggest after colons on a line of code

TelKel81

Active Member
Licensed User
e.g. :

B4X:
Dim class as SomeClass : class.Initialize

After ":", autosuggest stops working.
 

William Lancee

Well-Known Member
Licensed User
Longtime User
That's why this style (multiple statements per line) is not recommended.
However I do use it for situations where autocomplete is not needed.
example: Dim aList As List: aList.Initialize

It is not a bug.
 

TelKel81

Active Member
Licensed User
Indeed, it's not a bug. An impartial observer would say that it's a negligence.

Especially in the context of not a single B4J update for more than a year now.
 
Top