MDK-SE
MDK-SE copied to clipboard
Malware's Development Kit for SE
This map will allow for developer to decipher stack trace in case of exception handled by script, for example
Basically what the title says, give a warning/error if code goes over keens set 100k character limit when trying to deploy.
An idea for a useful enhancement. Currently having two files: UtilityClass.Part1.cs ```C# public partial class UtilityClass { public void UtilityFunction1() { } } ``` UtilityClass.Part2.cs ```C# public partial class UtilityClass...
I am sure this is a no but just wanting to make sure, is there a way to create an object to set and read values from (for example a...
I just recently installed and reinstalled the extension and made sure my Visual Studio is up to date and it still displays the same message saying that it cannot find...
Result: https://gist.github.com/THDigi/a3eb524e0bd971bd3fddca55cc5e7515/ae0751000a6371ec8df188eda49bb73dfbc3655a#file-simpletimersm_example_mergedforpb-cs-L54 The SimpleTimerSM is defined in a referenced mixin project and also has: `// ` at its start.
Support marking of some lines of code as debug-only. Some kind of simple preprocessor. For example like in C/C++: ``` #ifdef DEBUG Echo("Debug Code here."); #endif ``` or any other...
Fixes #101 An implementation of the character limit warning. I'm unfamiliar with visual studio extension API, especially when it comes to the error list window. I got a borked installation...
MDK v1.2.32 VisualStudio 2019 Pro. v16.7.0 (Launched as x32 bit) Permanent exception while deploy. Had to restart VS each time. devenv.exe: using 2.773.348 Kb RAM, working set: 2.960.808 Kb (from...
Recurring crash on script deploy, seemingly originated in `TypeTrimmer`. Started at a random point, and restarting Visual Studio does not fix it (it often did with similar crashes). If Type...