Skip to main content

How to resolve "No Default Proposals" error message

Condition

You may encounter the error "No Default Proposals" message when typing keywords in Katalon Studio Script view. This issue typically appears during auto-completion and expecting keyword suggestions (for example, typing WebUI.).

No default proposals error message

Cause

This issue occurs because the Content Assist settings Katalon Studio System settings are not configured properly.

Solution

  1. Open Katalon Studio Settings.

  2. Navigate to JavaEditorContent AssistAdvanced.

  3. Under Default Proposal Kinds, make sure all checkboxes are enabled.

    Enabled all checkboxes
  4. In the same Content Assist settings window, increase the Auto activation delay (ms) value to 700.

    Enabled all checkboxes
  5. Click Apply and Close.

  6. In your Script editor, type WebUI. and wait briefly.

    The auto-complete proposals should now appear again.

Was this page helpful?