Commit graph

15 commits

Author SHA1 Message Date
Arpit
91f4bbd709
[Improvement] Suggestion hints (#3040)
* feature: suggestion hints

* removes unwanted vars
2022-05-11 19:05:09 +05:30
Kiran Ashok
74c839498b
Improving codehinter UX for better typing (#2796)
* checking keystroke for backspace and enter

* cleanup
2022-04-17 23:01:15 +05:30
Arpit
d4da5591cb
Adds support for custom variables (#1780)
* adding new action: set variable

* adding unset variable action

* add customVariables when editor mounts

* removed unused props

* removed unused props

* updated actions and inspector popover

* removes white space

* add variables to resolve reference

* adding variables to suggestion hints

* adding variables to suggestion hints

Co-authored-by: Sherfin Shamsudeen <[email protected]>
2022-01-31 09:06:34 +05:30
Navaneeth Pk
2955acc918
Code suggestions should use cursor as the reference for position (#1994) 2022-01-29 07:09:04 +05:30
Navaneeth Pk
056cc24691
Code suggestions should replace only the last word (#1985) 2022-01-28 14:29:55 +05:30
Sherfin Shamsudeen
18dd420216
Do not use strict inequality for checking code string termination (#1068) 2021-10-15 05:29:10 +05:30
Tulsi Prasad
a21dac5208
Use strict equality in comparision operators (#1006)
Fix #1002
2021-10-14 13:47:30 +05:30
Arpit
26c9cc655c
Fix linting errors across the app (#785)
* eslint-setup: rules for frontend and server

* setup pre-commit:hook

* frontend:eslint fixes

* frontend eslint errors and warning fixed

* eslint:fix for ./server

* fix server/test: expectatin string lint/error

* pre-commit:updated

* removed unwanted install cmd from docker file

* recommended settings and extension for vscode

* husky prepare script added

* updated extension recommendations

* added prettier as recommended extension

* added pre-commit to package.json

* remove .prettierrc file

* resolve changes

* resolve changes
2021-09-21 19:18:28 +05:30
Navaneeth Pk
4af05b9e82
Do not autocomplete if only one variable in suggestions (#329) 2021-06-26 12:38:04 +05:30
navaneeth
98bb809e25 Disable suggestions when codehinter loses focus 2021-06-03 11:52:28 +05:30
navaneeth
dd3545a6cf Feature: Option to enable codehinter suggestions withiut dyn vars 2021-06-03 11:48:55 +05:30
navaneeth
5e114a4bdb Optimized codehinter to reduce onChange events 2021-06-01 17:35:37 +05:30
navaneeth
c47e8e6152 Fixed bug that autocompleted code inconsistently 2021-05-13 15:33:32 +05:30
navaneeth
35a7cc3d60 Memoize codemirror hints 2021-05-03 21:34:54 +05:30
navaneeth
2121dd1d1c Code hinter for transformations 2021-05-03 19:57:32 +05:30