Skip to content

tasks #1

@MaximTkachenko

Description

@MaximTkachenko
  • try to use roslyn to parse c#
  • try to use some sql parser for sql files
  • add build azure pipeline and pipeline to publish as nuget, then install as dotnet global tool
  • marking the same node in tree
  • todo tooltip with matched fragments:
    <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script>
        $( function() {
          $( document ).tooltip({
            items: "circle",
            content: function() {
              var element = $( this );
              return element.next('text').html();
            }
          });
        } );
        </script>
  • todo colors for different types and legend
  • todo make graph bigger

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions