Community
Participate
Working Groups
0.4 M1 JavaScript content assist should support templates for basic control structures (if/while/switch/for/do).
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a852f0d672819c21453c50d0445d2a81d31fef61 I have released an initial set of javascript templates for common control flow structures: - if - if/else - for iterate over array - for..in iterate over object properties - while loop - do/while loop - switch statement - try/catch and try/catch/finally As part of this I refactored JavaScript and CSS content assist into separate files.