Closed ctf0 closed 5 years ago
What sort of command - do you mean a vscode command?
Running a command without arguments is possible. Can you give me an example so I have the right idea.
for example using php, i was thinking of running a command to generate the namespace to the file once its created
OK - shouldn't be a problem.
Implemented in the latest version. There is an example of usage in the README.md.
awesome, many thanx
btw instead of using ,
for commands, we can make it as an array which is easier to read, i can make a PR for it you want.
I was going to make it an array, but I changed it to a string so that it could be modified through the settings GUI. But at that point, it applied to all the globs. I then moved the setting so that it could be specified for each glob, so it can't be modified through the GUI now.
I'll change it to an array later today.
Latest version uses an array instead of a comma separated list.
is that possible ?