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

autocomplete for relative string require is wrong #851

Closed
FlowGnarly opened this issue Nov 30, 2024 · 2 comments
Closed

autocomplete for relative string require is wrong #851

FlowGnarly opened this issue Nov 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@FlowGnarly
Copy link

FlowGnarly commented Nov 30, 2024

After switching to 1.36.0 I no longer get autocomplete when I use the current directory prefix (./) in the require function

image

however autocomplete for aliases and the parent directory prefix (../) works as expected.

image

image

image

I expect to get the same autocomplete from image 2 and 4 in image 1, did I miss something from any luau rfc?

@FlowGnarly
Copy link
Author

looks like the autocomplete for relative string require is completely wrong
./ doesnt work at all
../ gets the current directory (its supposed to get the parent directory)
../../ gets the parent directory

@FlowGnarly FlowGnarly changed the title autocomplete with ./ prefix in require is broken autocomplete for relative string require is wrong Dec 7, 2024
@JohnnyMorganz
Copy link
Owner

I also noticed that autocomplete of directory aliases broke too. I am not getting any autocomplete for @lune/

@JohnnyMorganz JohnnyMorganz added the bug Something isn't working label Dec 8, 2024
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

2 participants