rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting, indentation management, and tooling configurations to improve the readability and structural understanding of Rust source code. The plugin enables targeted test execution for specific functions and provides integration with an online playground for code experimentation and sharing. It further covers capabilities for code formatting, static error detection, and symbol navigation for browsing source structures and jumping between definitions. Configuration is managed through Vi
PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell console. It provides a bash-inspired line editing experience that enables advanced cursor movement and text manipulation within the terminal. The project features a customizable input mapper for assigning keyboard shortcuts to specific actions and navigation logic. It includes a completion system that suggests matching commands through selectable menus or prefix-based matching. The tool covers real-time color coding for command text and error notifications to improve readability
vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting, indentation rules, and code folding definitions specifically for JavaScript files. It functions as a set of implementation modules that extend the editor's native capabilities to improve the readability and structural management of the language. The project features a display layer customizer that utilizes character concealment to replace specific keywords and sequences with shorthand symbols. This reduces visual noise and increases code density without altering the actual content of t
SASM is a cross-platform integrated development environment for writing, assembling, and debugging low-level assembly code. It serves as a unified editor and execution flow for assembly language development across different operating systems. The environment supports multiple assembly languages and their respective toolchains, including NASM, MASM, GAS, and FASM, within a single interface. It features a binary-level debugger that allows for stepping through instructions and inspecting CPU registers and variable states. The project provides a toolchain-based build pipeline and a configuration
asm-dude هي إضافة لـ Visual Studio مصممة لتطوير لغة التجميع (assembly) والبرمجة منخفضة المستوى. توفر تمييزاً للصيغة، وإكمالاً للكود، ومراجع للرموز (mnemonics) لكل من نوافذ المصدر والتفكيك (disassembly).
الميزات الرئيسية لـ hjlebbink/asm-dude هي: Assembly Language Development, Visual Studio Plugins, Language Server Protocol Integrations, Regex-Based Syntax Highlighting, Keyword Autocompletion, Instruction Hover Documentation, Mnemonic Reference Guides, Assembly IDE Plugins.
تشمل البدائل مفتوحة المصدر لـ hjlebbink/asm-dude: powershell/psreadline — PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell… rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… pangloss/vim-javascript — vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting,… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and… mattn/vim-lsp-settings — Vim-lsp-settings is a Vim plugin that automates the installation, configuration, and lifecycle management of external… dman95/sasm — SASM is a cross-platform integrated development environment for writing, assembling, and debugging low-level assembly…