vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Don't auto-activate content assist when inside a comment or string #186

Closed aeisenberg closed 11 years ago

aeisenberg commented 11 years ago

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.

aeisenberg commented 11 years ago

Already fixed.