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 complete ignores name text case #219

Closed
Tracked by #231
MiranDMC opened this issue Mar 11, 2023 · 4 comments
Closed
Tracked by #231

Auto complete ignores name text case #219

MiranDMC opened this issue Mar 11, 2023 · 4 comments
Labels
priority:p3 Low priority scope:IDE type:nice-to-have minor enhancements
Milestone

Comments

@MiranDMC
Copy link

Auto complete feature (Ctrl + Space) displays and inserts everything as lower case.
Currently my "Case converting" option in settings is set to "As is".

@x87
Copy link
Collaborator

x87 commented Mar 11, 2023

Can you show an example? What do you mean by "everything"? Keywords, variables, labels?

@MiranDMC
Copy link
Author

MiranDMC commented Mar 11, 2023

const
Keyboard_Cooldown = 200 // ms between keyboard presses
end

Is presented and inserted as "keyboard_cooldown"

Predefined class names are starting with upper case.
Labels are not present at all in auto complete?

@x87
Copy link
Collaborator

x87 commented Mar 11, 2023

Labels should appear as you type @

@MiranDMC
Copy link
Author

MiranDMC commented Mar 11, 2023

Uh right, sorry. Then labels have correct case. So seems like problem is related to constants names only.

@x87 x87 added priority:p3 Low priority type:nice-to-have minor enhancements scope:IDE labels Mar 16, 2023
@x87 x87 added this to the v3.9.0 milestone Aug 1, 2023
@x87 x87 mentioned this issue Aug 1, 2023
46 tasks
@x87 x87 closed this as completed Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p3 Low priority scope:IDE type:nice-to-have minor enhancements
Projects
None yet
Development

No branches or pull requests

2 participants