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
Codeishot is a Visual Studio Code extension designed to enhance the coding experience by allowing users to quickly share code snippets directly from the editor. It captures selected text, posts it to a local server, and provides a shareable URL to the user.
11
9
12
10
## Features
@@ -15,6 +13,7 @@ Codeishot is a Visual Studio Code extension designed to enhance the coding exper
15
13
-**Clipboard Integration**: Automatically copies the snippet URL to the clipboard.
16
14
-**Error Handling**: Comprehensive error messages for a smooth user experience.
17
15
-**Language Support**: Language detection.
16
+
-**Codeishot Authentication**: Added login function to authenticate personal snippets.
18
17
19
18
## Installation
20
19
@@ -28,12 +27,22 @@ To use Codeishot:
28
27
29
28
1. Open a file in VSCode.
30
29
2. Select the code snippet you want to share.
31
-
3. Execute the `Codeishot: Share snippet` command (or use `Shift + c` shortcut).
32
-
4. The URL of the posted snippet is automatically copied to your clipboard.
33
-
5. Optionally, click on the pop-up message to open the snippet URL in a browser.
30
+
3. Open the vscode command palette `Shift + P`
31
+
4. Execute the `Share on Codeishot ✨` command (or use `Option + Shift + c` shortcut).
32
+
5. The URL of the posted snippet is automatically copied to your clipboard.
33
+
6. Optionally, click on the pop-up message to open the snippet URL in a browser.
34
34
35
35

36
36
37
+
To login into Codeishot:
38
+
39
+
1. Open the command palette.
40
+
2. Open the vscode command palette `Shift + P`
41
+
3. Click on `Login to Codeishot ✨`.
42
+
4. Follow the Flow.
43
+
44
+

45
+
37
46
## Configuration
38
47
39
48
-**Base URL**: Set to `https://codeishot.com` by default. Change it in the code if you're using a different server.
@@ -67,4 +76,4 @@ For support or queries, reach out to one of the maintainers.
0 commit comments