Monaco-editor: wordBasedSuggestions: false does not turn off word-based completion

Created on 2 Jun 2018  路  2Comments  路  Source: microsoft/monaco-editor

monaco-editor version: 0.13.1
Browser: Version 66.0.3359.139
OS: Mac OS X 10.12.6

Though the original issue #334 is resolved, setting wordBasedSuggestions: false still does not turn off word-based completion.
The issue can be reproduced in the playground:
screen shot 2018-06-02 at 20 28 48
When I hit Ctrl+Space after // I expect to not see word-based completion items such as Hello.

bug

Most helpful comment

The bug is fixed, we just need to ship a new version of the editor.

All 2 comments

The bug is fixed, we just need to ship a new version of the editor.

Hi, I can still repro this problem in 0.17
suppressing the word based suggestions works in typescript but not in javascript.
Any ideas for a workaround?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zeegin picture zeegin  路  3Comments

akosyakov picture akosyakov  路  3Comments

SoftTimur picture SoftTimur  路  3Comments

Kedyn picture Kedyn  路  3Comments

Spongman picture Spongman  路  3Comments