I would like to configure VSCode for my preferred PHP formatting. Like I need isset( $_GET[ 'action' ] ) not isset($_GET['action']) while I format code in vscode.
How can I do that ?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I would like to configure VSCode for my preferred PHP formatting. Like I need isset( $_GET[ 'action' ] ) not isset($_GET['action']) while I format code in vscode.
How can I do that ?