Kengo's blog

Technical articles about original projects, JVM, Static Analysis and TypeScript.

my favourite 2 atom plugins

Atom is a text editor which is developed by GitHub. I have been invited by @justlaputa, and use it to rebuild my web site.

tabs-to-spaces

It's unbelievable but by default Atom doesn't have option to use spaces instead tabs. To replace all tab in my code, I installed tabs-to-spaces plugin.

emmet

Emmet (zen coding) is great tool to edit HTML file. Of course Atom has a plugin to support it.