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

Code completion does not show globals on ctrl+space #937

Closed
ghost opened this issue Feb 1, 2022 · 0 comments
Closed

Code completion does not show globals on ctrl+space #937

ghost opened this issue Feb 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 1, 2022

Describe the bug
If ctrl+space is pressed in an empty line, the code completion only shows text suggestions, but no globals.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Lua file and (optionally) define some globals.
  2. Press ctrl+space in an empty line. The code completion only shows text suggestions, but no globals.

br-no-cc

Expected behavior
The code completion shows globals, e. g., ATable or string.

Environment (please complete the following information):

  • OS: Windows 10
  • Client: VSCode 1.63.2 with LS 2.6.3
@sumneko sumneko added the bug Something isn't working label Feb 8, 2022
@sumneko sumneko closed this as completed in ee476c7 Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant