alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Feature request, Auto complete for react component props #69

Closed HanggiAnggono closed 5 years ago

HanggiAnggono commented 5 years ago

Is it possible to have auto complete for react component props?. So you can see what props are available in a component.

jsmrcaga commented 5 years ago

This plugin fills your autocomplete list with words it finds in other files, it does not provide parsing/lexing of your files.

This means that it could potentially provide autocompletion for a word found in another file if extract_completions exports it, but it won't be able to provide you with a list of a given component props out of the box.

Maybe try with React IDE, but I haven't tested it

HanggiAnggono commented 5 years ago

Thank you for the plugin suggestion, i will close this as it is irrelevant.