Skip to content

Conversation

manodnyab
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
    Inline completion suggestions were being shown even when paused from the status bar.
    Removing the manual call filter that disables the provider only when call is manual

Description

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@manodnyab manodnyab requested review from a team as code owners July 3, 2025 21:46
Copy link

github-actions bot commented Jul 3, 2025

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]


if (!isQConnected(project)) return false
if (!CodeWhispererExplorerActionManager.getInstance().isAutoEnabled() && event.isManualCall()) return false
if (!CodeWhispererExplorerActionManager.getInstance().isAutoEnabled()) return false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't this will disable completions completely if auto is not on

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want it to disable when auto is not on right? Auto is the pause and resume suggestions in the dropdown

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline, enabling manual call for when auto-suggestions are paused

@manodnyab manodnyab merged commit f1f39ab into main Jul 7, 2025
14 of 16 checks passed
@manodnyab manodnyab deleted the manodnyb/fixShowingDropdownWhenSuggestionsPaused branch July 7, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants