2 रिपॉजिटरी
Mapping line numbers to parent units based on text offsets.
Distinct from Document Range Mapping: Specifically maps line integers to structural units, whereas document range mapping handles cursor/text modifications.
Explore 2 awesome GitHub repositories matching user interface & experience · Code Offset Mapping. Refine with filters or upvote what's useful.
This project is a static code analysis tool that functions as a code unit resolver and source code line mapper. It identifies the specific function or method that contains a given line of code by analyzing the structure of source files without executing the program. The utility maps line numbers to their parent code units by examining the organization of source files and identifying the ownership of specific lines. It determines the boundaries of functions and methods through text-based structural parsing and range detection. These capabilities support source code analysis and static analysi
Associates specific integer line numbers with parent code units based on defined text offsets.
google-java-format is a Java code formatter and style enforcement tool. It reformats Java source code to adhere to a standardized style guide, ensuring consistent layout and indentation across entire projects or individual files. The project functions as a build pipeline linting tool for continuous integration workflows and as an IDE formatting plugin to replace native editor formatting. It can be embedded as a formatting library within code generation software to ensure machine-written output remains human-readable. The tool provides capabilities for reorganizing source code indentation and
Provides code offset mapping to target specific character positions for selective formatting.