From c9f0726fd2eb35f84b4cfffb372042978ae53a77 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 24 Nov 2022 19:37:24 -0500 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a82f162 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Project Diagnostics (S&box tool) + +An improved version of the current error list that exists in the S&box editor. + +![image](https://user-images.githubusercontent.com/11802285/203877213-bc24aa71-223f-4e91-ab4b-233862a492be.png) + +## Features +* Displays build results from compiling projects. +* Ability to hide/show levels of diagnostics. +* Ability to filter diagnostics based on project. +* Ability to hide diagnostics that came from portions of code not in your project (base code).