fxbois / web-mode

web template editing mode for emacs
https://web-mode.org
GNU General Public License v3.0
1.64k stars 260 forks source link

hideshow is inoperant #794

Closed fniessen closed 8 years ago

fniessen commented 8 years ago

First of all, many thanks for this wonderful package, really!

Now, the issue I wanna report: Hideshow does not have any effect when called within Web buffers (my test case: XML file).

Setting the mode to nxml does allow Hideshow to work; so, I have the impression the problem is somehow bound to Web mode.

Thanks!

ghost commented 8 years ago

I too had the same problem.. Web-mode comes with web-mode-fold-or-unfold (binded to C-c C-f). Keep your point on the start tag name & do C-c C-f

fxbois commented 8 years ago

@fniessen is web-mode-fold-or-unfold was what you expected ?