How Does Ctrl-K work in Stackoverflow
- by harigm
I am very curious to know how to implement the Ctrl-K feature against code,
For sample
public static void main(Stirng args[]){
System.out.println.out("welcome");
}
That will be nicely formatted?
1)Do we require any package to implement this?
2) Any ready made code avaialble to do this?
Can any one help me with this, I am planning to develop a site where this feature would be a real helpful.