We've created a bunch of IntelliJ live templates t...
# http4k
d
We've created a bunch of IntelliJ live templates to support http4k. If you add this repo as a readonly settings repo inside Idea you'll pick them up automatically: https://github.com/http4k/intellij-settings Broadly, there are these:
Copy code
200<tab> (etc) --> A Response object with that Status
get<tab> (etc) --> A Request object with that Method
fil<tab> -> An empty Filter
hh<tab> --> An HttpHandler returning OK
Any suggestions for more, please let me know and we'll consider them.
👏 3
👍 1