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

Sort autocomplete functions based on Inheritance order #1790

Closed
boukew99 opened this issue Nov 7, 2020 · 1 comment
Closed

Sort autocomplete functions based on Inheritance order #1790

boukew99 opened this issue Nov 7, 2020 · 1 comment

Comments

@boukew99
Copy link

boukew99 commented Nov 7, 2020

Describe the project you are working on:
Space Arcade game.

Describe the problem or limitation you are having in your project:
Was looking for a function in a Raycast child, but forget the name. Then the autocomplete gives all the functions available, which are a lot. Thus I look it up in Docs. A small incovenience, but one that happens pretty often.

Describe the feature / enhancement and how it helps to overcome the problem or limitation:
Sorting the the suggestions from autocomplete on inheritance order (ex. Raycast class functions on top). This would solve the above. But I don't know if there is a reason for alphabetical sort.

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:
Sort the functions on class instead of on alphabet.

If this enhancement will not be used often, can it be worked around with a few lines of script?:
No.

Is there a reason why this should be core and not an add-on in the asset library?:
It is the Script editor.

@Calinou
Copy link
Member

Calinou commented Nov 7, 2020

Duplicate of #1216.

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

No branches or pull requests

2 participants