Skip to content
New issue

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

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

Already on GitHub? # to your account

copilot suggestions not displayed after "o" (open line) command #9512

Open
bulletmark opened this issue Mar 4, 2025 · 0 comments
Open

copilot suggestions not displayed after "o" (open line) command #9512

bulletmark opened this issue Mar 4, 2025 · 0 comments

Comments

@bulletmark
Copy link

Define a function header on a single line, e.g:

# Calculate the nth number in the Fibinacci sequence
def fibinacci(n: int) -> int:
  1. With your cursor after the : and in input mode, press enter. The next line auto indents and copilot suggests ghost text for the entire implementation.

  2. Instead of above, in normal mode, press 'o'. The next line auto indents (i.e. we get to the same state as above) but copilot does not suggest anything.

On up to date Arch Linux using current vscode 1.97.2 with vim 1.29.0; or current insiders 1.98.0-insider with vim 1.29.0 although this bug has been around for ages.

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

No branches or pull requests

1 participant