Hi, I would like to know how to enable the feature of word wrap in editors. In addition to this I would also like to know how to increase the font size of editor? Further it there any way to implement the auto suggestion in editors? Please help in these regards.
Best Regards ... Pankaj Kumar
I'm not sure what you mean "enable word wrap", because word wrap is already enabled.
To increase the font size, just add your own custom.css, and set:
.CodeMirror { font-size: 16px; }