Are there any intellisense based code editor library for React?

Hey, I am thinking to build a React based frontend code editor which a couple of langs. And the structure is almost ready, but I am looking for some good code editor libraries out there.

Some of my options are:

  • CodeMirror
  • Monaco Editor

But the problem with these are that neither of them supports intellisense, which can improve user experience further. So do you guys know / use any code editor library which supports intellisense (even if it isn’t in react libraries, please mention) ?

Currently, I have this view with CodeMirror,

1 Like

from a quick google search, it shows that Monaco Editor has “rich intellisense”. (could be fake)

image
The website.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.