Thank you Allen (and all other parties involved) for making 4Coder happen. Awesome work!
C++ is a hobby language while my days are spent coding in Clojure (a lisp). In order to switch over to 4Coder during my day job I would need to build out the following features through the customization layer:
Require
- syntax highlighting
- parinfer (
https://shaunlebron.github.io/parinfer/)
Nice to Have
- in-editor repl/evalutation (
https://atom.io/packages/proto-repl)
- jump to function
My question is how many of the above features could I achieve through the customization layer (My OS is macos)? If these are possible, which of the default customization example code should I study?
For further context, I currently have a customization layer setup. I just want to make sure that I don't go too far with customization without understanding the expected capabilities.