enso/lib/java
Jaroslav Tulach dee9e079d4
Enso language support with parser in VSCode, IGV, etc. (#7054)
Outline view and completions for Enso code in VSCode.

# Important Notes
This PR provides the necessary infrastructure for building VSCode extension that includes `enso_parser` library compiled for all supported platforms.

VSCode extension can now use libraries from `sbt` that are `publishM2`-ready. To make that possible a documentation must have been provided and fixed for those modules - hence so many changes in `.scala` classes.

<img width="862" alt="image" src="https://github.com/enso-org/enso/assets/26887752/7374bf41-bdc6-4322-b562-85a2e761de2a">

Last, but not least. The outline view and completions display something.
2024-06-14 14:01:37 +00:00
..
benchmarks-common/src/main/java/org/enso/interpreter/bench Towards simplifying runtime-compiler dependencies (#8894) 2024-04-25 10:03:42 +02:00
persistance/src Enso language support with parser in VSCode, IGV, etc. (#7054) 2024-06-14 14:01:37 +00:00
persistance-dsl/src/main/java/org/enso/persist/impl Enso language support with parser in VSCode, IGV, etc. (#7054) 2024-06-14 14:01:37 +00:00
test-utils/src/main/java/org/enso/test/utils Move common testing functionality to a separate project (#10112) 2024-05-29 11:50:03 +00:00
yaml/src/main/java/org/yaml/snakeyaml/introspector Importing (some of) Standard.Base works from NI runner (#9866) 2024-05-17 14:42:35 +02:00
ydoc-server/src ydoc-server is a separate module (#10156) 2024-06-07 12:56:42 +02:00