You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,38 @@ Codeye is a revolutionary [Visual Studio Code](https://code.visualstudio.com/) e
13
13
14
14
## Getting Started
15
15
16
-
1.**Install Codeye**: Search for **Codeye** in the [Visual Studio Code](https://code.visualstudio.com/)**Extensions** tab or visit the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=codeye.codeye) for quick installation.
17
-
2.**Select AI Model**: Navigate to `Settings` > `Extensions` > `Codeye` and choose you desired AI model.
18
-
3.**Enter Credentials**: Enter your [Anthropic](https://www.anthropic.com), [Google AI Studio](https://ai.google.dev) or [OpenAI](https://openai.com/) credentials based on the selected model.
19
-
20
16
## How to Use
21
17
22
18
There are many ways you could launch **Codeye** once installed.
23
19
24
20
### From Command Palette
25
21
26
-
Hit `CMD + SHIFT + P` and start a **Codeye** session from the **Command Palette**.
22
+
1.**Install Codeye**: Search for **Codeye** in the [Visual Studio Code](https://code.visualstudio.com/)**Extensions** tab or visit the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=codeye.codeye) for quick installation.
23
+
2.**Select AI Model**: Navigate to `Settings` > `Extensions` > `Codeye` and choose you desired AI model.
24
+
3.**Enter Credentials**: Enter your [Anthropic](https://www.anthropic.com), [Google AI Studio](https://ai.google.dev) or [OpenAI](https://openai.com/) credentials based on the selected model.
25
+
4. Hit `CMD + SHIFT + P` and start a **Codeye** session from the **Command Palette**.
Then in any folder, start a session using below command:
42
+
43
+
```shell
44
+
codeye chat
45
+
```
46
+
47
+
## Development
37
48
38
49
Clone the repository, navigate to project folder and run below commands:
39
50
@@ -50,16 +61,16 @@ cp .env.dist .env
50
61
# update values in .env
51
62
```
52
63
53
-
Use below command to run working copy of the tool:
64
+
To run as [Visual Studio Code](https://code.visualstudio.com) extension, open the project is [Visual Studio Code](https://code.visualstudio.com) and hit `F5` to start a new [Visual Studio Code](https://code.visualstudio.com) window with this extension preloaded.
Or use below command to run working copy of the tool:
54
69
55
70
```shell
56
71
npm run debug
57
72
```
58
73
59
-
## Usage
60
-
61
-
To run as [Visual Studio Code](https://code.visualstudio.com) extension, open the project is [Visual Studio Code](https://code.visualstudio.com) and hit `F5` to start a new [Visual Studio Code](https://code.visualstudio.com) window with this extension preloaded.
62
-
63
74
## Publishing
64
75
65
76
Before publishing, package your extension as `vsix` file.
0 commit comments