cs-script.vscode
Csharp script runner
A VSCode extension for executing and debugging C# scripts using the CS-Script engine.
VSCode extension for CS-Script
41 stars
8 watching
7 forks
Language: TypeScript
last commit: 4 months ago Related projects:
Repository | Description | Stars |
---|---|---|
oleg-shilo/cs-script | A C# scripting platform for extending .NET applications with runtime scripts | 1,629 |
oleg-shilo/cs-script.vsix | An extension for Visual Studio 2017 that integrates C# script management. | 5 |
nikhilk/scriptsharp | A development tool that compiles C# source code into JavaScript for building large-scale web applications. | 658 |
devlooped/smallsharp | Enables multiple C# top-level programs to be created, edited and run from a single project with automatic compilation and launch selection. | 286 |
adamralph/simple-exec | A .NET library for running external commands with customizable behavior and exception handling. | 694 |
davidwynne/csharpeval | A lightweight C# compiler and REPL that compiles and executes user-defined C# code at runtime | 24 |
bogdan-lyashenko/vs-code-codecrumbs | An extension for VS Code that provides code snippet suggestions and navigation | 14 |
chvancooten/osep-code-snippets | A collection of C# code snippets from an Offensive Security PEN-300 course, covering various topics such as bypassing security features and encoding shellcodes. | 1,160 |
yonaskolb/beak | A tool that allows developers to run and test Swift scripts from the command line | 581 |
lukebuehler/cshell | An interactive C# scripting environment with a read-eval-print-loop (REPL) for direct code evaluation and execution. | 703 |
michalstrehovsky/zerosharp | Demonstrates the use of C# for systems programming with native ahead-of-time compilation technology | 2,022 |
1000ch/vscode-csso | Provides a TypeScript extension to minify CSS files using the CSSO library. | 4 |
cquery-project/vscode-cquery | C++ integration for Visual Studio Code with code completion and highlighting features. | 54 |
joshuatvernon/cbf | A CLI tool that automates repetitive development tasks by storing and running customizable scripts in JSON or YAML format. | 27 |
dnikolovv/optional-async | Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |