forked from vsClojure/vsClojure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
47 lines (32 loc) · 967 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Project:
vsClojure
Description:
A Visual Studio 2010 Extension for ClojureCLR.
Status:
Release 1.1.0 available
Features:
1.) Clojure project type
2.) Building
3.) Running
4.) Syntax highlighting
5.) Brace matching
6.) Auto-indentation
7.) File formatting (Editor menu command)
8.) Integrated REPL
* Start project REPL (Project menu command)
* Load all project files into REPL (Project menu command)
* Load active file into REPL (Editor menu command)
* Switch to active file's namespace (Editor menu command)
* History (CTRL + UP ARROW or CTRL + DOWN ARROW)
9.) Block commenting
Installing:
1.) Install vsClojure from the Visual Studio Gallery using the extension manager in Visual Studio.
Building:
1.) Install the Visual Studio 2010 SDK.
2.) Clone the vsClojure repository.
3.) Open the vsClojure solution.
4.) Build
License:
See LICENSE.txt.
Attribution:
See ATTRIBUTION.txt.