Hacker News new | ask | show | jobs
by ec965 1332 days ago
I feel like specialized AI code completion and hints will be the next evolution of language servers.
1 comments

On a similar vein, I thought of formatters analyzing classes, variables and args names to make improvement suggestions.

Aka, linting/formattimg for the naming conventions.

There'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 where they use ML to optimize latency and hardware usage of Apache Flink dataflow programs.