Dan Vu
Dan Vu
Try Coc.nvim with typescript.
The haxe-language-server listens to a didChangeConfiguration event at start and needs some initializationOptions https://github.com/vshaxe/vshaxe/issues/328
I am also very interested to get this issue solved!
okay found the solution use wrap(true) ``` xlnt::alignment center; center.vertical(xlnt::vertical_alignment::center); center.horizontal(xlnt::horizontal_alignment::center); center.wrap(true); cell.alignment(center); ```
I am also very interested in this feature. I think a lot of people are using UFCS, it would be very helpful to be able to navigate to the correct...
Hi @WebFreak001 I have already implemented the command "code-d.addImport" , it does work, but only code actions for std library are showing up, code actions for external libraries aren't showing....
I dont know either :), so I can understand that this isn't fully supported yet, I will be looking forward to it then.
I would also be very interested in this!
yup still same problem
@lizmat Just tested it seem like it works with current moarvm: ``` raku -e 'my $b = buf8.new; $b.write-uint64(-1,1,BigEndian); say $b' MVMArray: Index out of bounds in block at -e...