-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- 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
Labels
No labels