Jerome Lelong

Results 4 issues of Jerome Lelong

Related to James-Yu/LaTeX-Workshop/issues/2035 and #8 Currently, parsing `\let\test\approx` with `luparse` yields ``` { "kind": "command", "name": "let", "args": [] }, { "kind": "command", "name": "test", "args": [] }, { "kind":...

enhancement

Related to 2b95587 The following test is broken https://github.com/James-Yu/LaTeX-Workshop/actions/runs/8875693549/job/24365661941#step:13:179 https://github.com/James-Yu/LaTeX-Workshop/blob/00a8195dc63d73e018b2c928bca7325ede51611e/test/suites/04_intellisense.test.ts#L250-L255 I am not sure what we exactly want here. With the new implementation, we always consider the content of `\lablel`...

dev

This is a follow-up on #79 #77. This PR adds support for `\cacheMeCode[options]{code}`. Both the content of `[]` and `{}` can span over several lines. @dflvunoooooo @tobiasBora Currently the code...

https://github.com/James-Yu/LaTeX-Workshop/issues/4145

enhancement