File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,21 +8,16 @@ I'm trying, believe me!
88
99# Supported Features
1010
11- Code completion
12-
13- Code navigation
14-
15- Interaction with REPL
16-
17- Showing documentation on hover
18-
19- Function signatures
11+ * Code completion
12+ * Code navigation
13+ * Interaction with REPL
14+ * Showing documentation on hover
15+ * Function signatures
2016
2117# Features That Are Not Supported (But Nice to Have)
2218
23- Linting
24-
25- [ Debug] ( https://github.com/indiejames/vscode-clojure-debug )
19+ * Linting
20+ * [ Debug] ( https://github.com/indiejames/vscode-clojure-debug )
2621
2722# Before you start
2823
@@ -56,7 +51,7 @@ This means you will need to add it to your ``profiles.clj``. Put the following c
5651
57523. Now Let' s Connect to the REPL.
5853
59- * Open the project folder in VS Code.
54+ 3.1 Open the project folder in VS Code.
6055
6156 * Open a clojure source file such as `src/hello_clojure/core.clj`
6257
You can’t perform that action at this time.
0 commit comments