Skip to content

Commit e38af60

Browse files
updated README.md
1 parent c2f661f commit e38af60

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
<h1>JavaScript Completions</h1>
1+
<h1>🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉</h1>
22

3-
[![Sublime Text](https://img.shields.io/badge/Sublime%20Text-2%20%2F%203-brightgreen.svg)](https://www.sublimetext.com/)
4-
[![Package Control](https://img.shields.io/packagecontrol/dt/JavaScript%20Completions.svg)](https://packagecontrol.io/packages/JavaScript%20Completions)
5-
[![Package Control](https://img.shields.io/packagecontrol/dd/JavaScript%20Completions.svg)](https://packagecontrol.io/packages/JavaScript%20Completions)
6-
7-
JavaScript Completions for sublime text
8-
9-
It helps you to write your scripts more quickly with hints and completions.
10-
11-
<h2>ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" DEVELOPMENT</h2>
123
<p>
134

14-
I'm developing a new plugin with new features thanks to <strong><a href="https://github.com/facebook/flow">Flow</a></strong> (javascript static type checker from Facebook).
15-
<strong>After its first release, I will no longer support "JavaScript Completions" plugin. I will focus only on this new one</strong>.
5+
I developed a new plugin with new features thanks to <strong><a href="https://github.com/facebook/flow">Flow</a></strong> (javascript static type checker from Facebook).
6+
<strong>So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases. I'm going to focus only on this new one!</strong>
167

17-
You can find it on: <a href="https://github.com/pichillilorenzo/JavaScriptEnhancements">https://github.com/pichillilorenzo/JavaScriptEnhancements</a>
8+
You can find it on: 👉👉 <a href="https://github.com/pichillilorenzo/JavaScriptEnhancements">https://github.com/pichillilorenzo/JavaScriptEnhancements</a> 👈👈
189

19-
This new plugin will offer not only a <strong>better autocomplete</strong> but a lot of <strong>features</strong> about creating,
10+
This new plugin offers not only a <strong>better autocomplete</strong> but a lot of <strong>features</strong> about creating,
2011
developing and managing <strong>javascript projects</strong>, such as:
2112

2213
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
@@ -29,11 +20,11 @@ developing and managing <strong>javascript projects</strong>, such as:
2920
- JavaScript real-time errors
3021
- etc.
3122

32-
It will turn Sublime Text into a <strong>JavaScript IDE</strong> like!
23+
You could use it also in <strong>existing projects</strong>!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)
3324

34-
<span style="text-decoration: underline;">I'm going to release a first testable version these days, so <strong>WATCH</strong> the repository to stay tuned for any news!</span>
25+
It will turn Sublime Text into a <strong>JavaScript IDE</strong> like!
3526

36-
<h3>OS supported now by this new plugin</h3>
27+
<h3>OS SUPPORTED NOW by this new plugin</h3>
3728

3829
- Linux (64-bit)
3930
- Mac OS X
@@ -45,6 +36,16 @@ Thanks for your support!!!
4536

4637
<hr>
4738

39+
<h2>JavaScript Completions</h2>
40+
41+
[![Sublime Text](https://img.shields.io/badge/Sublime%20Text-2%20%2F%203-brightgreen.svg)](https://www.sublimetext.com/)
42+
[![Package Control](https://img.shields.io/packagecontrol/dt/JavaScript%20Completions.svg)](https://packagecontrol.io/packages/JavaScript%20Completions)
43+
[![Package Control](https://img.shields.io/packagecontrol/dd/JavaScript%20Completions.svg)](https://packagecontrol.io/packages/JavaScript%20Completions)
44+
45+
JavaScript Completions for sublime text
46+
47+
It helps you to write your scripts more quickly with hints and completions.
48+
4849
<strong>jQuery</strong> and <strong>NativeScript</strong> completions disabled by default!
4950
You can enable them on Preferences -> Package Settings -> JavaScript Completions.
5051

0 commit comments

Comments
 (0)