This crash is reproducable here .. even when I don't have the TAGs file of yours.
To reproduce
1) copy the complete view definition to editor
2) delete `msgs`.`quar_type` AS `Quarantine`,
3) type `msgs.
and it crashes.
If I only type the `msgs. into an empty editor there is no crash
Let me point here to two more issues with autocomplete.
(1 is more important than 2. Actually I think 1) is a blunder 😀 )
1)
select * from ta finds table_name
but
select * from `ta does not.
I think autocomplete should strip backticks before evaluating
2)
select * from table_name where co
finds “column_name” but not “column.name.“
I think punctuations are valid inside a columnname ??