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

Function / Variables Type #8

Open
antoniopepe82 opened this issue Jan 18, 2022 · 2 comments
Open

Function / Variables Type #8

antoniopepe82 opened this issue Jan 18, 2022 · 2 comments
Assignees

Comments

@antoniopepe82
Copy link

Would be great in autocopletition if was present an indication of the type of the data. string , int ...
for example in
xyzdist(geometry, origin, prim, uv) is not present the indication of the return variables &prim, &uv as in the original help, xyzdist(geometry, vector origin, int &prim, vector &uv)

Thanks melMass.

@melMass melMass self-assigned this Jan 18, 2022
@melMass
Copy link
Owner

melMass commented Jan 18, 2022

Hi Antonio,

If I understand right you want the type of the parameters to be displayed in the completion popup?
Because if I put it in the completion itself it would not be valid VEX code.

Next week I will release an updated version with the latest API changes from h19, I can look into it then 😉

@antoniopepe82
Copy link
Author

Example
it would be great if the data type was specified on the right or left in your popup, as I underlined in red ... I don't know if it's a mess, I just don't know how you already did what you did: D
but if you can it would be very useful.
then look forward to your new version.

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