Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 824 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 824 Bytes

uefi-code-defn

This is a VS Code Extension which will be used for working with UEFI code base. The aim is to provide references to keywords like PCDs, GUIDs, etc. which primarily come from non-C files.

Features

Right now, these are the features that are provided for extension -

  • Definitions for PCD.

TODO

  • Definition of GUIDs and Protocols.
  • Integrating ECC EDK2 tool for checking coding guidelines of the code.
  • References, Hover and Auto-completion for metafile data.

Contribution

This project is kind of a new thing to me. You will see my code in tatters with respect to design principles in TS. Please feel free to contribute to the code. Do a fork, create branches with the name <username>/<branch_name> and raise PR. I will make sure to look at it. Thanks in advance for your help. Enjoy!