New extension APIs for Nova 11?

Just curious, are there any new extension APIs to be taken advantage of in Nova 11?

I’d love to see textDocument/codeAction support in LSP so we can use the full potential of - for example - TailwindCSS LSP.

Just curious, are there any new extension APIs to be taken advantage of in Nova 11?

There aren’t in the JavaScript API. There are a few new additions to our Tree-sitter query predicates that are not yet documented on the website.

I’d love to see textDocument/codeAction support in LSP so we can use the full potential of - for example - TailwindCSS LSP.

Nova has supported Code Actions in LSP since at least Nova 7. If you aren’t seeing this working, there might be something specific with that language server that is wrong on one side or the other.

Can’t speak for other LSP, but with regards to Tailwind LSP specifically there’s the issue I reported a while back: Stalls for large number of LSP completion items

Just updated the LSP and tried with Nova 11 beta 2, but no luck unfortunately.