ace-linters icon indicating copy to clipboard operation
ace-linters copied to clipboard

Language-aware features for Ace Editor

Results 10 ace-linters issues
Sort by recently updated
recently updated
newest added

## Expected Behavior We want to establish a new WebSocket connection to `gopls` with the `ace-linter` client. ## Actual Behavior Establish the connection with the WebSocket using a custom implementation...

Hi this is great is there anyway R support could be added for client side workloads.

enhancement

Hi, I'm testing with react-ace and python-lsp-server and got several exceptions in `fromSignatureHelp` (`signatureIndex ==0`, `el == []`). However, upon further debugging it seems the trigger was the react-ace component...

This PR introduces substantial refactoring and the addition of critical workspace functionalities. These changes are focused on improving the codebase's consistency, expanding client capabilities, and enhancing user experience. ### Summary...

As custom JSON is a popular request for ACE, please provide an example how to add a JSON Schema Service to ace-linters. See: - https://github.com/ajaxorg/ace/issues/2883 - https://github.com/ajaxorg/ace/issues/3885

enhancement

Examples on demo site are broken ? https://mkslanc.github.io/ace-linters/default_services.html : only some mode work https://mkslanc.github.io/ace-linters/change_mode.html : idem (contents don't change) On my side, on a webpage with a simple ace editor...

~I am trying to load TypeScript types from `/req.d.ts`, without using websocket to run the linter. It's just a simple types that contain the following:~ ```ts class CSRequest extends Request...

I have a function that is called when a change is made and if there are no errors after the change. The recent update makes it such that `changeAnnotations` events...