dschwen / autocomplete-moose

Atom.io autocomplete-plus provider for MOOSE (http://mooseframework.org) input files
3 stars 1 forks source link

autocomplete for AD kernels and materials #13

Closed tophmatthews closed 5 years ago

tophmatthews commented 5 years ago

Keeps wanting to autocomplete to ADSomeKernel<Residual>. When type = ADSomeKernel, autocomplete won't find the rest of the object input parameters.

dschwen commented 5 years ago

That's weird

On Tue, Jan 1, 2019, 16:51 Topher Matthews notifications@github.com wrote:

Keeps wanting to autocomplete to ADSomeKernel. When type = ADSomeKernel, autocomplete won't find the rest of the object input parameters.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dschwen/autocomplete-moose/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMWPk5dfU83xWZIHH3ZGDHgsH1i33wVks5u-_SegaJpZM4ZmE17 .

tophmatthews commented 5 years ago

I still get the same behavior, am I missing something?

dschwen commented 5 years ago

No. I figured out what the issue is (MOOSE outputs the objects names including the or template parameters, but expects them without those in the input files). We either need to make the dump sane or strip the template crap off in the autocomplete plugin.

tophmatthews commented 5 years ago

Seems like the dump should also show what the input file expects

tophmatthews commented 5 years ago

Fixed via moose dump