Skip to content

Commit 653e63d

Browse files
authored
Merge pull request #123 from reason-association/editor-support-blogpost
Add editor support release blog post
2 parents a091108 + a17ee17 commit 653e63d

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
author: rescript-team
3+
date: "2020-11-26"
4+
previewImg: https://res.cloudinary.com/dmm9n7v9f/image/upload/v1606399719/Reason%20Association/rescript-lang.org/editor_support_preview_mcgpfo.jpg
5+
articleImg: https://res.cloudinary.com/dmm9n7v9f/image/upload/v1606399722/Reason%20Association/rescript-lang.org/editor_support_article_rnlmxj.jpg
6+
category: syntax
7+
badge: release
8+
title: "Editor Plugin for VSCode and Vim Officially Released!"
9+
description: |
10+
Type hints, jump to definition, error diagnostics, and more.
11+
canonical: https://rescript-lang.org/blog/editor-support-release-1-0
12+
---
13+
14+
15+
## Editor Integration Has Finally Landed
16+
17+
Thank you so much for the wait!
18+
19+
**Here are all the features:**
20+
- Highlighting
21+
- Formatting
22+
- Diagnostics
23+
- Jump to definition
24+
- Autocompletion with markdown preview
25+
- Type hint on hover
26+
27+
We've doubled down on the depth of features instead of breath; hopefully these few crucial ones can stay fast and robust in your big production codebases!
28+
29+
For VSCode, install [rescript-vscode](https://marketplace.visualstudio.com/items?itemName=chenglou92.rescript-vscode) in your editor. For vim, install our [vim-rescript](https://github.com/rescript-lang/vim-rescript) extension and configure it with your preferred setup (plain vim or with coc-vim).
30+
31+
The plugins require `[email protected]`, though also works with slightly older versions.
32+
33+
We'll keep on iterating on the polish of the plugins, and release better [Sublime Text support](https://github.com/rescript-lang/rescript-sublime) soon.
34+
35+
Happy thanksgiving!
36+
37+
<Image withShadow={false} src="https://res.cloudinary.com/dmm9n7v9f/image/upload/v1606399722/Reason%20Association/rescript-lang.org/editor_support_article_rnlmxj.jpg" caption="ReScript now offers autocompletion for VSCode and neovim (Sublime coming soon)"/>

index_data/blog_posts.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
"union-types-in-bucklescript": "archive/union-types-in-bucklescript.mdx",
5555
"whats-new-in-7-pt1": "archive/whats-new-in-7-pt1.mdx",
5656
"whats-new-in-7-pt2": "archive/whats-new-in-7-pt2.mdx",
57-
"editor-support-custom-operators-and-more": "2020-11-17-editor-support-custom-operators-and-more"
57+
"editor-support-custom-operators-and-more": "2020-11-17-editor-support-custom-operators-and-more",
58+
"editor-support-release-1-0": "2020-11-26-editor-support-release-1-0"
5859
}

0 commit comments

Comments
 (0)