unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GNU Emacs as a lightweight Web IDE (HTML + JS + CSS)
@ 2020-02-18  8:38 Anand Tamariya
  0 siblings, 0 replies; only message in thread
From: Anand Tamariya @ 2020-02-18  8:38 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 791 bytes --]

Hi,

Here's my next installment of "GNU Emacs as a lightweight IDE" series for
web development. Hope this will help newbies getting started with web
development using Emacs.

*Code:* Emacs customization (https://gitlab.com/atamariya/emacs/tree/dev)

*Config (.emacs):*

(global-ede-mode 1)
(semantic-mode 1)
(srecode-minor-mode 1)
;; Install company for inline completion with dropdown
(require 'company)
(global-company-mode)

*Demo:*

Part 1 (Auto-suggest): https://www.youtube.com/watch?v=jJZMRZINAL8


*Features:*

- Auto-suggest using company

- Jump to definition using semantic for JS

- Auto-complete CSS identifier with HTML identifier candidates and
vice-versa

- Auto-complete CSS classes with HTML class candidates and vice-versa

- Works with HTML embedded with CSS and JS code

[-- Attachment #2: Type: text/html, Size: 2299 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-18  8:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18  8:38 GNU Emacs as a lightweight Web IDE (HTML + JS + CSS) Anand Tamariya

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).