Category
Supported languages
JavaScript, Ruby, C++, Python, C, Java, and Go
From the developer
DevReplay suggests code fix ways based on your own coding style.
Usage
- Install this app
- Create your own programming style(
devreplay.json
) on the root (./)
(Recommend) Pattern Generator can generate your rule file automatically
Sample of devreplay.json
[
{
"condition": [
"tmp = $1",
"$1 = $2",
"$2 = tmp"
],
"consequent": [
"$1, $2 = $2, $1"
]
}
]
- The developer(you) submits a pull request
- This bot suggests source code changes based on the pattern.
- tmp = a
- a = b
- b = a
+ a, b = b, a
Example of DevReplay suggestion
Pricing and setup
Currently this app is free
Free
Currently this app is free
DevReplay is provided by a third-party and is governed by separate privacy policy and support documentation