Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs tab completion for PyCharm 2024.1 doesn't expand inline suggestion #3197

Open
ddennerline3 opened this issue Apr 26, 2024 · 1 comment
Labels

Comments

@ddennerline3
Copy link

When attempting to expand the inline suggestion with PyCharm and emacs profile, the <tab> key doesn't auto complete suggestion. If the profile is changed to MacOS, then the tab key works as expected.

image

Expected Behavior

  • Start PyCharm
  • Change Settings->keymap->emacs
  • Create a example.py file
  • Type class Address:
  • Wait for gemini to suggest a standard address initializer
  • Press the tab
  • Verify that five lines of address variables are inserted into current window

Actual Behavior

The actual behavior is that the <tab> key is ignored in the emacs keymap.

Additional Information

  • IDE type (e.g. IntelliJ, Pycharm): Pycharm
  • IDE version: 2024.1
  • Cloud Code version (Settings > Plugins > Cloud Code): 24.4.2-api-version-223
  • Cloud SDK (Settings > Cloud Code > Cloud SDK)
    • Are you allowing the plugin to manage the Cloud SDK: Yes
    • Version of the Cloud SDK: 471.0.0
  • Skaffold version (If you are using Kubernetes features; Settings > Cloud Code > Kubernetes): 2.11
  • Operating System: MacOS ARM Sonoma 14.4.1
@ivanporty
Copy link
Contributor

Thanks for the report @ddennerline3. We are aware of the conflict with emacs plugin and working on the fix. Will update once we are done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants