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

input in priority in autocomplete list (CTRL+space) #246

Open
diablade opened this issue May 15, 2020 · 0 comments
Open

input in priority in autocomplete list (CTRL+space) #246

diablade opened this issue May 15, 2020 · 0 comments

Comments

@diablade
Copy link

plugin version: 0.89

Description

inside some function
will it be possible to find on autocomplete directly the input variables ?
like in this exemple :

let onChange = (newValue, newUnit) => {
setSomething(_ =>{value: n... , unit: n... });
};

when I tape n... the autocomplete would be great to help me write "newValue" or "newUnit"
so, in priority, the plugin will bring on top of the autocomplete list the input variables of the function I'm in !

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

1 participant