Charlie
Charlie
It would be nice to have TouchDCS autorun through Export.lua like other DCS addons do. I'm not sure what this entails, but [SRS](https://github.com/ciribob/DCS-SimpleRadioStandalone) has done this with a C# application...
[SRS](https://github.com/ciribob/DCS-SimpleRadioStandalone) has a really cool one-click installer that will put everything in the right place and even append a line to your Exports.lua if necessary. It would be cool to...
It would be nice if the application could check for updates on startup, and prompt the user to update if a new version is available.
Each C# project should have its own readme outlining what its purpose is, and the top level readme should also cover this at a high level. This will make it...
A type cast seems to me like it should be kept together with the object being casted, when possible. **Input:** ```cs public class ClassName { public void Foo() { var...
There appears to be an extra line break in nested switch expressions, as well as for all default branches **Input:** ```cs public class ClassName { public bool Foo(object entry) {...
This may be something I'm just opinionated on, but I did test with prettier and prettier will reproduce the expected behavior in this issue. **Input:** ```cs public class ClassName {...
Fixes #912 ### Before (#912)  ### After 
When placing a scaffold to build, OpenSAGE currently shows the model including the particle systems. However, these particle systems should not be displayed in the preview.
Core functions in Module.lua (such as `Module.parse_indication` or `Module.parse_cockpit_params`) could do with some benchmarks to determine their effect on performance and they can be improved. We should investigate what tools...