jojo2357

Results 35 issues of jojo2357

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...

enhancement

In a math environment, doing `\left(` should, imo, automatically insert `\right)` rather than `)` IE `\left` -> *type `(`* -> `\left()` expected `\left` -> *type `(`* -> `\left(\right)`

enhancement

Fix #3486 #### How to test this pull request ```latex $\lflo $ ``` then hit `tab` for `lfloor` Works on its own, still trying to figure out how to get...

#### Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version Compiled from 04d73ad09d8cd9c73c04ba19111d2c35859bc345 #### Operating System The usual #### What I did (steps to reproduce) Project structure like so: ```...

bug

When typing `\left(`, you can complete the command, and it will automatically add `\right)`. I would like the same for `\lfloor` and `\rfloor`, and associated commands.

enhancement

It was mentioned in #3145 and I want to do it, but it seems hard...`RequiredFileArgument`'s extensions are very static. Any suggestions @PHPirates ?

enhancement

In IDES circa 2024, they added sticky lines. While it works for a lot of tokens, it does not work for `\chapter` or `\section` tokens, which I would think are...

enhancement

when i insert an image (almost always w/ the wizard cuz it is so much easier to drag'n'drop than to use the `fig` live template) I typically want to set...

enhancement

In similar vein to #3537, when you have an image, such as `image.Png` *and* you include the ext in `\includegraphics`, it will not give any warning, but compilation fails with...

bug

I have a command defined in two tex files which are independent of each other. When i `ctrl` + `b` I see the following: ![image](https://github.com/Hannah-Sten/TeXiFy-IDEA/assets/66704796/cce89279-506c-4987-83eb-a00958ce52a4) How do I know the...

enhancement