GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

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

Open ddennerline3 opened 2 months ago

ddennerline3 commented 2 months ago

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

Actual Behavior

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

Additional Information

ivanporty commented 2 months ago

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.