Thanks Aaron,
We've been playing around with including intellisense for various T-SQL keywords. In your case typing the letter "i" triggered the intellisense for "inner join" and "insert into". This however shouldn't have prevented you from typing out "int" if that was your intention.
We could do a couple of things here, either add all the datatypes into intellisense so in this case "int" would be a third item in the intellisense list or when you're typing "i" (for example) backtrack a little bit and use some intelligence to determine whether "inner join" and/or "insert into" fit into the context of the statement you're writing. The latter is obviously a bit trickier to achieve.
For now I'm inclined to say that we include datatypes into the intellisense but let me know if you think this is sufficient.
Regards,
SQLDBcontrol Support
support@sqldbcontrol.com