juvix icon indicating copy to clipboard operation
juvix copied to clipboard

Replace the highlight command by a new command `ide`

Open jonaprieto opened this issue 3 years ago • 0 comments

The idea of this new command ide is to generate files to be consumed for our text editor plugins (emacs and vs code). The initial proposal is to have:

  • .juvix-highlighting
  • .juvix-goto
  • .juvix-types

Eventually, all the logic to generate these files will be implemented in the LSP implementation. Currently, this is an easy way to support expected features from the plugin editors.

jonaprieto avatar Aug 21 '22 09:08 jonaprieto