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

General questions regarding the usage of CodeLite
Mook
CodeLite Enthusiast
Posts: 17
Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
Mook
CodeLite Enthusiast
Posts: 17
Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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.
Post Reply