Hi, how to make a simple plugin that add spaces for blade directive. For example, when I enter two curly braces {{
, then it would become {{ | }}
where the |
is the cursor position. It also need to check if it’s a .blade.php
file then only execute.
Adding spaces for blade directive
KarChung0930
#1
0 Likes