James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Intellisense for DocTeX with expl3 #4189

Closed huangyxi closed 6 months ago

huangyxi commented 6 months ago

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [x] The feature request has not been suggested in this repository.

The Missed*

Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.

Currently, A dtx file could syntax highlight well with LaTeX3 commands in DocTeX mode from #569. However, the Intellisense feature for LaTeX3 didn't enabled or deployed in DocTeX, and the syntax highlighting for dtx file didn't render well in LaTeX-Expl3 mode.

The Solution*

Please provide a solution you would like to have.

Provide a new Language Mode with DocTeX-Expl3, enabling both Intellisense for LaTeX3 and syntax highlighting for dtx file.

Anything Else?

Add any other context about the feature request below.

Nope.

James-Yu commented 6 months ago

Please detail your request with more info and examples.

huangyxi commented 6 months ago

Apologies, the problem was due to an issue with my custom fork. The official release is functioning properly.