TeXiFy-IDEA icon indicating copy to clipboard operation
TeXiFy-IDEA copied to clipboard

Support `inputminted`

Open jojo2357 opened this issue 3 months ago • 4 comments

It would be really cool in inputminted would autocomplete files, and supported languages, or possibly even inferring the lang from the filename???

Seems like it would require its own file argument completion provider? Thoughts @PHPirates ?

jojo2357 avatar May 04 '24 03:05 jojo2357

What do you mean, I think the only thing to do here is adding it as a command that includes files (in the second argument)?

PHPirates avatar May 04 '24 18:05 PHPirates

There are a finite number of lexers available, would be cool if it would suggest them. See pygmentize -L

jojo2357 avatar May 04 '24 18:05 jojo2357

Ah yes, should be possible to parse the output from a command like that and show that in the autocompletion.

PHPirates avatar May 04 '24 19:05 PHPirates

Is there an example of this I can take inspiration from?

jojo2357 avatar May 04 '24 19:05 jojo2357