Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make GEdit a good jQuery/Web Design editor?

I want to have Syntax Highlighting for jQuery and maybe when I type <html> it can automatically insert </html>. Is there anyway to make GEdit do this?

like image 843
Bob Dylan Avatar asked Oct 05 '09 19:10

Bob Dylan


1 Answers

What the difference between jQuery syntax and JS syntax ? :) For auto complete functionality you'll need to import jQuery snippets, just follow this guide

For more intelligent JS coding in gedit I'll advice to use JSLint, look how to integrate it into gedit . You'll need to activate External Tools plugin.

Good luck to you with gedit and JS :) Really nice technologies.

like image 142
Mushex Antaranian Avatar answered Sep 17 '22 10:09

Mushex Antaranian