Live template for HTTP headers

I want to avoid having to type or copy the same headers every time I need to create an HTTP request. I've created a Live Template:

But it only gets expanded if I use it before the request itself:

###
Authorization: Bearer {{token}}
Content-Type: application/json
GET http://localhost/api/v1/customers

Is this a bug or a feature?

0

Please sign in to leave a comment.