Disable Autocompletions in Comments in JavaScript

Issue #651 resolved
Doug Ayers created an issue

Per this conversation, when writing Lightning Components (javascript files) I receive autocompletion suggestions when writing my comments. Expectation is to not receive the suggestions when writing comments.

2017-07-11_16-17-09[1].png

Thanks!

Comments (3)

  1. Scott Wells repo owner

    Delivered in 1.7.9.6. Note that this doesn't disable auto-completions in string literals, just comments. And it just applies to JavaScript in Community Edition, not Ultimate Edition where it should be handled by UE's own JavaScript editor.

  2. Log in to comment