As a former programmer and current SAS user, I find the UI of SAS very basic and unconfigurable for my liking. I would love to be able to run SAS code the same way in another popular code editor such as VS Code. There are some plugins for recognizing and auto-filling syntax, which is good but not enough. The problem comes down to running bits of SAS code for smaller tasks and entire SAS files for big tasks, I am less certain how to implement this in VS Code, I know VS Code uses configuration files like tasks.json that could be helpful, but I am less familiar with how to set these up. I was hoping that you could provide a guide on how to run SAS code on an external editor (VS code in my case) for SAS (9.4 Foundation in my case) installed locally. Even better, if you could develop a plugin for VS Code that would be amazing!
... View more