Search code examples
intellij-idealive-templates

Delete brackets in Live Template in IDEA


How can I delete first and last bracket in Live Template in IDEA ?

('hello') -> 'hello'

Solution

  • It is impossible to make unwrapping Live Template because it just expands the code given.