Issue #63 added support for autoactivation of content assist after a '.' inside of JS files. The problem is that it does not distinguish between times when content assist should be activated and it shouldn't (eg- inside a comment or a string).
We need to fix that and only auto show content assist where appropirate.
Issue #63 added support for autoactivation of content assist after a '.' inside of JS files. The problem is that it does not distinguish between times when content assist should be activated and it shouldn't (eg- inside a comment or a string).
We need to fix that and only auto show content assist where appropirate.