Dorian Lesbre

Results 24 comments of Dorian Lesbre

I've changed the progress bar in [version 1.4.0](https://github.com/dlesbre/bibtex-autocomplete/releases/tag/v1.4.0) since it was causing confusion. It now only counts completed entries and not queries. As a result the progress should be more...

For modules, I've used "module Name" as a page title (as is done in the default odoc generated pages by `dune build @doc`. I generally think its good practice for...

Another use case: when using MDX, It would be nice to hide some code blocks which are used to setup examples like `#require 'mylib';;` or `#install_printer MyLib.pp;;`. MDX supports prelude...

I'm fairly sure that is the same underlying issue as https://github.com/ocamllabs/vscode-ocaml-platform/issues/875. Both rely on including a tmlanguage inside the comment syntax (ocaml in the other issue, latex here), which only...