bunsenstraat

Results 60 issues of bunsenstraat

allows the compiler to stop the previous task when compilerRetriggerMode: CompilerRetriggerMode.regtrigger This will be used when the compiler is run continuously during the autocomplete checks in the editor. After the...

Adds squiggly line markers to the editor, this includes a message that appears on hover ``` let errors = [ { position: { start: { line: 10, column: 1, },...

this isn't used anymore in JS form, there is a TS version

context viewer and listener will be replaced by editor autocomplete/hover/decorations features

add settings for autocomplete PR

Defining plugin plugins like this will actually allow type checking on calls, events etc. We can always make an internal RemixApi definition that allows internal plugins to call methods that...

enhancement

Parsing larger files, not compiling, but parsing the current file can take long and block the editor while typing. Need to put that in a worker.

bug