Skip to content

Commit 20fcce4

Browse files
committed
initial objective of the project
1 parent 2afe3c6 commit 20fcce4

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.DS_Store

8 KB
Binary file not shown.

_layouts/default.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@
44
{%- include head.html -%}
55

66
<body>
7-
87
<div class="wrapper">
9-
108
{%- include header.html -%}
11-
129
<main class="page-content" aria-label="Content">
1310
{{ content }}
1411
</main>
15-
16-
{%- include footer.html -%}
17-
1812
</div>
13+
{%- include footer.html -%}
1914
</body>
2015

2116
</html>

assets/.DS_Store

6 KB
Binary file not shown.

assets/images/screenshot-datatip.png

415 KB
Loading

index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,14 @@
44

55
layout: default
66
---
7+
8+
The original objective of the Facebook [Nuclide](https://nuclide.io) / [Atom-IDE](https://ide.atom.io) project has been to provide extension packages for the [Atom Editor](https://www.atom.io) to interact with custom Language Servers via the [Language Server Protocol](https://langserver.org) to enable IDE like functionality in our beloved editor.
9+
10+
The original package was made of various "subpackages" that provide the overall functionality and were always build and released in a monolithic extension (aka atom-ide-ui).
11+
12+
The objective of this project is to take over the concepts and ideas in the original atom-ide-ui package, but provide individual extensions that can be developed, released and installed independently.
13+
14+
We will start with the most important features, and iterate on them quickly to come on par with the functionality available in the atom-ide-ui package.
15+
16+
Data Tip Provider
17+
![](./assets/images/screenshot-datatip.png){:width="100%"}

0 commit comments

Comments
 (0)