|
|
|
|
|
by kirillbobyrev
1690 days ago
|
|
This looks nice but I can't what the target audience and intended usage patterns are. It's somewhere between 1. "simple text editor to use on servers/whenever I need to edit something quickly". That place is taken by nano that is easy enough so that people don't have to learn it, or vim for those who mastered it. In this niche it's important for the editor to be ubiquitous enough and present even on the old machines. 2. Regular day-to-day code editor. Micro has _some_ autocompletion, syntax highlighting etc. But for a modern editor to function, it really needs an LSP client implementation. But this seems to not be happening so far: https://github.com/zyedidia/micro/issues/1138 Micro has some features in each bucket (simplicity, ease of usage vs. IDE-like features) but does not seem to really excel at either. |
|