I've been using Visual Studio Code <https://code.visualstudio.com/> as my editor of choice for things like editing 4D web pages. It's lighter and faster loading then something more involved, like WebStorm, but more IDE-like than a pure text editor like BBEdit. Plus, FREE!
As is my wont, I've created a snippets library for use within Code when I'm working with 4D web page. This let's you type something like "4dif"<tab> and get: <!--#4dif --> <!--#4delse--> <!--#4dendif--> The snippets are here: https://gist.github.com/leehinde/8319329178a502f31b16c9ae3bc55512 Maybe it'll save you 20 minutes of typing initially and a lifetime of typos going forward. :-) ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

