5
5
[ ![ Downloads] ( https://img.shields.io/jetbrains/plugin/d/21896-codexp.svg )] ( https://plugins.jetbrains.com/plugin/21896-codexp )
6
6
7
7
<!-- Plugin description -->
8
- The CodeXP plugin is designed to gamify your coding experience in IntelliJ IDEs. It provides the following features:
8
+ The CodeXP plugin is designed to gamify your coding experience in IntelliJ IDEs.
9
+
10
+ ## Features
11
+
12
+ ---
9
13
10
14
- Awards experience points (xp) for various actions such as:
11
15
- Typing
12
- - Building
13
- - Running
14
- - Creating functions
15
- - Searching
16
- - Replacing
17
- - Commit/Push/Pull
18
- - Displays effects corresponding to the actions performed.
16
+ - Paste
17
+ - Backspace / Tab
18
+ - Save
19
+ - Build / Run / Debug
20
+ - Other actions
19
21
- Provides periodic challenges to keep the coding experience engaging.
20
22
- Displays your level based on the accumulated xp, providing a fun and engaging way to track your coding activities.
21
23
<!-- Plugin description end -->
22
24
25
+ <br >
26
+
23
27
## Installation
24
28
29
+ ---
30
+
25
31
- Using IDE built-in plugin system:
26
32
27
33
<kbd >Settings/Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > > <kbd >Search for "CodeXP"</kbd > >
@@ -34,6 +40,37 @@ The CodeXP plugin is designed to gamify your coding experience in IntelliJ IDEs.
34
40
Download the [ latest release] ( https://github.com/ILoveGameCoding/intellij-codexp/releases/latest ) and install it manually using
35
41
<kbd >Settings/Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >⚙️</kbd > > <kbd >Install plugin from disk...</kbd >
36
42
43
+ <br >
44
+
45
+ ## Dashboard in Light/Dark Theme
46
+
47
+ ---
48
+
49
+ <p float =" left " >
50
+ <img src =" https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/dashboard_light_1.png " width =" 400 " />
51
+ <img src =" https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/dashboard_light_2.png " width =" 400 " />
52
+ </p >
53
+ <p float =" left " >
54
+ <img src =" https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/dashboard_dark_1.png " width =" 400 " />
55
+ <img src =" https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/dashboard_dark_2.png " width =" 400 " />
56
+ </p >
57
+
58
+ <br >
59
+
60
+ ## Completed Challenges
61
+
62
+ ---
63
+
64
+ Completed challenges are added under the "Completed Challenges" section. Also, more difficult challenges are automatically added after you complete a challenge.
65
+
66
+ ![ Completed Challenges] ( https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/completed_challenges.png )
67
+
68
+ <br >
69
+
70
+ ## Notification
71
+ Whenever a challenge is completed or a level up occurs, a notification is provided to inform you of the details.
72
+
73
+ ![ Notification] ( https://github.com/ILoveGameCoding/intellij-codexp/blob/main/images/notification.jpg" )
37
74
38
75
---
39
76
Plugin based on the [ IntelliJ Platform Plugin Template] [ template ] .
0 commit comments