Urgent.News

What's breaking now, across thousands of outlets.

Tech

theodore-js now supports displaying inline suggestions in the editor!

Theodore-js 2.0.0 is out and now it supports displaying inline suggestions ✨🤗 With this feature, the suggested text appears faintly within the editor; the user can accept the suggestion—turning it into part of the main text—by clicking on it or pressing a key of your choice. ⌨️ A similar feature has been implemented and used in Google AI Studio. Inline suggestions are especially useful for…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

POO: Classes Concretas

Introdução Uma classe é concreta quando está 100% implementada. Nenhum membro fica pendurado sem corpo. É por isso, e so por isso que o compilador libera o new .

  • Concrete classes fully implemented without abstract members
  • Allow 'new' usage for concrete classes in compilation
  • Contain private fields, read-only properties, static members

More from Saturday 29 August →