Page 1 of 1

How to create a Web (HTML & JS) Project?

Posted: Fri Oct 09, 2015 2:01 pm
by Mook
Hi,

As I use codelite for my C++ projects I now want to use it as my IDE for a web based project (HTML and JS) to build a UI for a C++ project but I see no way to do this as the new project templates don't offer any support. Can this be done as I want to again use the Workspace Mirroring as the HTML and JS need to be on the web server?

Re: How to create a Web (HTML & JS) Project?

Posted: Fri Oct 09, 2015 2:30 pm
by eranif
You can't achieve this using the C++ workspace, you will need to create a PHP or Node.js workspace in CodeLite
The PHP workspace offers an automatic sync (similar to the C++ workspace)
php-sync-sftp.png
Both workspaces (PHP and Node.js offers JS code completion)

Eran

Re: How to create a Web (HTML & JS) Project?

Posted: Fri Oct 09, 2015 4:08 pm
by Mook
Thanks for your quick reply and a really great product as that's me all up and running (had to turn the plugin on first).

Brilliant.