Discussion:
[Texmacs-dev] Use VSCode to browse the TeXmacs source code
Darcy Shen
2018-06-23 07:59:34 UTC
Permalink
``` mkdir build && cd build cmake .. ``` This will generate the c_cpp_properties.json under `.vscode` now. The generated file mainly fills the includePath. Just install the offical C/CPP plugins by Microsoft and browse the source code happily.
Loading...