#source-code
View:
  • 1.
    Source Scanner
    a year ago by Gerrie Myburgh
    favorite
    share
    Score: 44/100
    Category: Coding & Technical Tools
    The Source Scanner plugin is designed to help developers using agile methodologies efficiently document business requirements directly in their source code. By scanning Java source code for specific comments such as `/ ... */` and `//b ...`, the plugin extracts these comments and generates corresponding notes in an Obsidian vault. These notes can include markdown-formatted text that explains business rule solutions. The plugin also offers the ability to correlate the extracted comments with agile user stories, creating a linkage between the solution notes and the user stories. Additionally, it provides a feature to generate a table that maps each marker to its corresponding document, making it easier to track and manage the business requirements and their implementation.
    View Plugin Details
  • 2.
    Source Code Note
    2 years ago by Waiting
    favorite
    share
    Score: 21/100
    Category: Note Enhancements
    The Source Code Note plugin is a game-changer for developers who work with code in their Obsidian notes. With this plugin, you can effortlessly parse your code blocks and visualize method call links as graphs, making it easy to navigate complex codebases. By adding specific keywords to your code comments, such as @class, @function, and @call, the plugin will automatically generate a graph of related methods, allowing you to quickly identify dependencies and relationships between different parts of your code. This feature is especially useful for large-scale projects or when collaborating with others on complex software development tasks.
    View Plugin Details