Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e327ea

Browse files
committed
README + website
1 parent 1a8ca43 commit 1e327ea

35 files changed

+3
-12524
lines changed

.gitattributes

-2
This file was deleted.

.gitignore

-5
This file was deleted.

.vscode/settings.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"editor.defaultFormatter": "esbenp.prettier-vscode",
33
"editor.formatOnSave": true,
4-
"typescript.tsdk": "node_modules/typescript/lib"
54
}

README.md

+3-91
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,6 @@
1+
# CodeWing - next level code navigation for Java and Go on GitHub
2+
13
<h1 align="center">
24
<br>
3-
<a href="https://codewyng.io"><img src="https://storage.googleapis.com/codewyng-public/marquee-promo-tile.png" alt="CodeWyng" width="800"></a>
5+
<a href="https://codewing.dev"><img src="website.png" alt="CodeWing website" width="800"></a>
46
</h1>
5-
6-
<h4 align="center">Browse GitHub like an IDE</h4>
7-
8-
<p align="center">
9-
<a href="https://chrome.google.com/webstore/detail/njkkfaliiinmkcckepjdmgbmjljfdeee">
10-
<img src="https://img.shields.io/chrome-web-store/users/njkkfaliiinmkcckepjdmgbmjljfdeee.svg"/>
11-
</a>
12-
<a href="https://chrome.google.com/webstore/detail/njkkfaliiinmkcckepjdmgbmjljfdeee">
13-
<img src="https://img.shields.io/chrome-web-store/rating/njkkfaliiinmkcckepjdmgbmjljfdeee.svg"/>
14-
</a>
15-
<a href="https://chrome.google.com/webstore/detail/njkkfaliiinmkcckepjdmgbmjljfdeee">
16-
<img src="https://img.shields.io/chrome-web-store/v/njkkfaliiinmkcckepjdmgbmjljfdeee.svg"/>
17-
</a>
18-
</p>
19-
20-
<p align="center">
21-
<a href="https://codewyng.io">CodeWyng.io</a> •
22-
<a href="https://chrome.google.com/webstore/detail/njkkfaliiinmkcckepjdmgbmjljfdeee"><img src="readme/chrome-web-store.png" align="center" width=20/> Chrome Web Store</a> •
23-
<a href="https://github.com/CodeWyng/codewyng">Issues</a> •
24-
<a href="https://twitter.com/CodeWyng">@CodeWyng</a> •
25-
<a href="mailto:[email protected]">[email protected]</a> •
26-
<a href="https://discord.gg/UQ97S9"><img src="readme/discord.png" align="center" width=20/> Discord</a>
27-
<br/>
28-
<br/>
29-
<img src="https://storage.googleapis.com/codewyng-public/demo.gif"/>
30-
</p>
31-
32-
# Features
33-
34-
<img align="right" width="300" src="https://storage.googleapis.com/codewyng-public/hover.png">
35-
36-
**Hover documentation:** hovering over a variable shows its docstring.
37-
38-
<br>
39-
<br>
40-
<br>
41-
<br>
42-
<br>
43-
<br>
44-
<br>
45-
<br>
46-
47-
<img align="right" width="300" src="https://storage.googleapis.com/codewyng-public/definition.png">
48-
49-
**Jump-to-definition:** clicking on a variable takes you to its definition (works across files, too!).
50-
51-
<br>
52-
<br>
53-
<br>
54-
<br>
55-
<br>
56-
<br>
57-
<br>
58-
59-
<img align="right" width="300" src="https://storage.googleapis.com/codewyng-public/references.png">
60-
61-
**Find-references:** clicking on a definition opens a list of references.
62-
63-
<br>
64-
<br>
65-
<br>
66-
<br>
67-
<br>
68-
<br>
69-
<br>
70-
<br>
71-
72-
<img align="right" width="300" src="https://storage.googleapis.com/codewyng-public/search.png">
73-
74-
**Quick search:** <kbd>Cmd+/</kbd> or <kbd>Alt+/</kbd> opens an exact punctuation-aware search box.
75-
76-
<br>
77-
<br>
78-
<br>
79-
<br>
80-
<br>
81-
<br>
82-
<br>
83-
84-
Install CodeWyng from the <a href="https://chrome.google.com/webstore/detail/njkkfaliiinmkcckepjdmgbmjljfdeee"><img src="readme/chrome-web-store.png" align="center" width=20/> Chrome Web Store</a>!
85-
86-
# Development
87-
88-
1. Install Node.js and `npm install -g yarn`
89-
2. Run `./dev`
90-
3. Open chrome://extensions/
91-
4. Turn on **Developer mode**
92-
5. Click **Load unpacked**
93-
6. Select the `dist-dev` directory created by `./dev` above
94-
7. Try hovering on variables in https://github.com/gorilla/mux/blob/master/mux.go
File renamed without changes.

chrome-web-store/large-promo-tile.png

-50.3 KB
Binary file not shown.
-54.8 KB
Binary file not shown.
-72.4 KB
Binary file not shown.
-41.6 KB
Binary file not shown.
-50 KB
Binary file not shown.
-45.3 KB
Binary file not shown.

chrome-web-store/small-promo-tile.png

-14.1 KB
Binary file not shown.

deploy.sh

-6
This file was deleted.

dev

-4
This file was deleted.

icon-128.png

-4.91 KB
Binary file not shown.

logo.svg

-21
This file was deleted.

manifest.json

-25
This file was deleted.

package.json

-72
This file was deleted.

readme/discord.png

-4.01 KB
Binary file not shown.

src/background.ts

-113
This file was deleted.

0 commit comments

Comments
 (0)