You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,19 @@ The EDK2Code Extension is a Visual Studio Code extension designed to improve the
4
4
5
5

6
6
7
+

8
+
9
+
It also includes some support for ASL language:
10
+
11
+

12
+
7
13
## Features
8
14
9
15
- Syntax highlighting for EDK2 files.
10
16
- Code navigation, including "Go to Definition" and "Find All References" for EDK2 symbols.
11
17
- Error detection and reporting for common EDK2 language issues.
12
18
- Auto-completion for EDK2 keywords and symbols.
13
19
14
-
15
20
## Installation
16
21
17
22
1. Open Visual Studio Code.
@@ -20,6 +25,14 @@ The EDK2Code Extension is a Visual Studio Code extension designed to improve the
20
25
4. Click the "Install" button on the extension's card.
21
26
5. Reload Visual Studio Code to activate the extension.
22
27
28
+
### Linux Installation
29
+
30
+
[Cscope](https://cscope.sourceforge.net/) is used for some C related functionality of the extension. On windows systems the cscope comes already included in the extension.
31
+
32
+
For linux systems you need to install cscope`manually.
0 commit comments