I’m wrinting complex code in Obsidian to drive my templater templates. As you’re familiar for sure: it makes no fun to write JS-code in Obsidian itself, as it is not an IDE.
I found out that I can write my templater code directly in VS Code, by turning on the js-syntax-highlighting for markdown-files. This enables me to write propper js-code including auto-complete of methods and variable names.
But one thing I don’t get my head around: is there a way to “import” the templater object, so VS Code is able to perform a auto-complete on those methods too? I memorized the most of them, but it would be much more convinient.