KSImageNamed-Xcode Apple डेवलपमेंट वातावरण के लिए एक सोर्स एडिटर एक्सटेंशन है जो इमेज एसेट नामों के लिए ऑटोकंप्लीट सुझाव प्रदान करता है। यह विशेष रूप से Swift और Objective-C में इमेज लोडिंग विधियों को लक्षित करता है ताकि यह सुनिश्चित हो सके कि डेवलपमेंट के दौरान वैध फ़ाइल नामों का उपयोग किया जाए।
ksuther/ksimagenamed-xcode की मुख्य विशेषताएं हैं: IDE Autocomplete Extensions, Autocomplete Thumbnails, Xcode Source, File Path Autocompletion, Local Asset Indexers, Source-to-Asset Mapping, Visual Asset Previewers, Suggestion Triggering Patterns।
ksuther/ksimagenamed-xcode के ओपन-सोर्स विकल्पों में शामिल हैं: onevcat/vvdocumenter-xcode — VVDocumenter-Xcode is an IDE documentation workflow tool and automation utility for the Xcode environment. It serves… maskray/ccls — ccls is a language server providing code completion, navigation, and semantic analysis for C and C++ projects. It… trawor/xtodo — collect and list the TODO,FIXME,???,!!! - show stat for an item finished or not (still can not switch on/off) - filter… facebook/chisel — Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of… github/copilotforxcode — CopilotForXcode is an AI-powered coding assistant integrated directly into Xcode as a source editor extension. It… flowtype/flow-typed — flow-typed is a type definition manager, repository, and library designed to enable static type checking for…
VVDocumenter-Xcode is an IDE documentation workflow tool and automation utility for the Xcode environment. It serves as a documentation generator that automatically creates structured comment blocks for Swift source code by extracting parameters and return values. The tool functions as a commenting assistant that reduces manual typing through the use of a custom trigger sequence. It identifies method signatures and metadata to inject standardized documentation headers directly into the editor. The system covers static source analysis and template-based block generation to ensure a consistent
ccls is a language server providing code completion, navigation, and semantic analysis for C and C++ projects. It focuses on the indexing and navigation of C-family codebases, enabling users to trace function calls and class hierarchies within a text editor. The project is designed for large scale project indexing, employing parallel source scanning to process massive source trees. It maintains a global symbol index that supports incremental updates as files are saved to disk, ensuring cross-references and symbol lookups remain current. The server covers a range of static code analysis workf
collect and list the TODO,FIXME,???,!!! - show stat for an item finished or not (still can not switch on/off) - filter results if you have too much todos - snippets make a todo comment easily - standalone App if you'd like not to wait for 10-sec Xcode starting
Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili