File tree Expand file tree Collapse file tree 2 files changed +38
-7
lines changed Expand file tree Collapse file tree 2 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Dan Printzell
3
+ Copyright (c) 2021 atom-ide-d maintainers
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # ide-d
1
+ # ide-D
2
2
3
- Adds D language support for Atom
3
+ D ide for Atom
4
4
5
- # License
5
+ ## Features
6
+
7
+ The features are provided by ` serve-d ` , ` dcd ` , ` dscanner ` , etc.
8
+
9
+ - Syntax highlightning for D, DML, SDL, and Diet
10
+ - Autocompletion
11
+ - Datatips
12
+ - Linting
13
+ - Outline
14
+ - Hyperclick
15
+ - ...
16
+
17
+ ## Installation
18
+
19
+ Install from: https://atom.io/packages/ide-d
20
+
21
+ or
22
+
23
+ ```
24
+ apm install ide-d
25
+ ```
26
+
27
+ ### Screenshots
28
+
29
+ ![ datatips] ( https://user-images.githubusercontent.com/16418197/108882251-ce014c80-75c9-11eb-9655-79552b910b12.png )
30
+ ![ autocomplete] ( https://user-images.githubusercontent.com/16418197/108882313-df4a5900-75c9-11eb-8d0a-c73ef8898a72.png )
31
+ ![ outline] ( https://user-images.githubusercontent.com/16418197/106541516-cf0df500-64c7-11eb-9f85-c6145fac1be0.png )
32
+ ![ linter] ( https://user-images.githubusercontent.com/16418197/106541705-15fbea80-64c8-11eb-8120-3361207ed30d.png )
33
+
34
+ ## License
6
35
7
36
MIT - Look in [ LICENSE.md] ( LICENSE.md ) for more information
8
37
9
- # Authors
38
+ ## Authors
39
+
40
+ - Amin Yahyaabadi
10
41
11
- - Dan "Wild" Printzell
12
- - "WebFreak001"
42
+ * Dan "Wild" Printzell
43
+ * "WebFreak001"
You can’t perform that action at this time.
0 commit comments