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

Auto-completion of .as extensions when #include does not fill in the extension #25

Open
DrAbcOfficial opened this issue Aug 19, 2024 · 2 comments

Comments

@DrAbcOfficial
Copy link

f49e1f63-f431-4a6a-82c3-6564aa7fb960
In some versions of AngelScript, the #include tag doesn't need to be filled with the .as extension, is it possible to auto-complete the .as extension when it try to find file?

@sashi0034
Copy link
Owner

I see, thanks for the report! I'll work on updating it to support auto-completion regardless of file extension.

@sashi0034
Copy link
Owner

To request file analysis from the Language Server in VSCode, the file extension must be specified (you can check this in the package.json, where .as is currently associated with angelscript).

Therefore, recognizing an AngelScript file without specifying the extension may be more difficult than expected.

I apologize, but further research is needed to determine a proper implementation method, so there may be a delay in resolving this issue.

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

No branches or pull requests

2 participants