the-language icon indicating copy to clipboard operation
the-language copied to clipboard

Jai language vscode extension

Results 7 the-language issues
Sort by recently updated
recently updated
newest added

Hello, _Note:_ I opened #9 a few minutes ago and then quickly closed it because I realized it was a mistaken idea. __Proposed Change:__ adding MIT license __Explanation:__ This repository...

Hi, could you please update plugin for newer version of VS Code? ![TheLanguage_instalation_error](https://github.com/onelivesleft/the-language/assets/13236701/9d4ca9b5-c1cb-4775-8cc5-fdc48aa6b00b) Best Radek

With the latest compiler as of today, ![image](https://github.com/onelivesleft/the-language/assets/28424206/b475ba81-fa0d-414f-a16f-ad00d157a04b) These settings just cause an infinite hang when I goto definition

The syntax coloring for the functions is inconsistent, e.g. `is_complex_number` is recognized as a function, while `is_non_real_number` is white (and _not_ recognized as a function?). Similar, `get_number_inner_type` is not recognized...

Use of `---` is significant, so I'd quite like to be able to colour it differently to other operators. How hard is it to give it its own scope or...

`how_to\007_struct_literals.jai:157..160`: ``` result_1 := is_constant(Vector3.{R22, R22, 0}); // This returns true, as R22 is a compile-time constant! result_2 := is_constant(Vector3.{1 - R22*R22, 0, cast(float) Z}); // This is constant! Math...

In most languages, both block comment delimiters and line comment delimiters are coloured the same. Here, only block comment delimiters are. Is that a bug? If not, what do I...