Does anyone know a code editor that knows how to combine HTML-code and ArticlesAnywhere-code to make complex or long code more readable?
I sometimes find the "mixed"code hard to read because the syntax highlighting doesn't always turns out right.
Any suggestions on a good code-editor of plugin for vs-code? How do you handle this efficiently?
So far I've tried:
- vscode + smarty plugin (works fairly, but interferes with AutoCloseTag-plugin)
- vscode + prettier plugin (messes up code)
- Mirror-code editor in Joomla
- notepad++
The {...} and [...] syntax is not a syntax editors will know about and respect. Articles Anywhere (and pretty much all Joomla plugin based tags) are not using an existing coding language syntax. It is specific to the plugin.
So no, I don't think you will find an editor that will highlight the code in the exact way you want.