5 ms·
I feel like specialized AI code completion and hints will be the next evolution of language servers.
by ec965 4y ago
I feel like specialized AI code completion and hints will be the next evolution of language servers.
- xcambar 4y agoOn a similar vein, I thought of formatters analyzing classes, variables and args names to make improvement suggestions. Aka, linting/formattimg for the naming conventions.
- rwmj 4y agoThere's a lot of current research around using machine learning to optimize software. One paper I'm thinking of is: https://dl.acm.org/doi/10.1145/3533028.3533308 https://dl.acm.org/doi/10.1145/3533028.3533308 where they use ML to optimize latency and hardware usage of Apache Flink dataflow programs.