-
Follow up on #27614
## Search terms
- code action / codeaction
- quick fix / quickfix
- `getCodeFixes`
- `getSupportedCodeFixes`
## Problem
The `getCodeFixes` API currently takes a range plus a d…
mjbvz updated
4 months ago
-
On the Persona 3 FES Modding section there is a substantially easier installer I put together that I would recommend using instead with fully working one click support.
The relevant info on the rea…
-
Currently we're using one library to generate a unified diff string, then parse it into a datastructure.
This is inefficient. We should use a lower level myers diff algorithm instead:
* https://…
-
This issue is to suggest and discuss ways to make things easier for catalog users.
cc @headmetal, @svenbuder
Tasks to do, based on comments in this issue:
- [x] reorganise documentation - see …
-
I'll use this issue as a tracker bug for simpler issues. I might add more things as I come across them.
- [x] identifiers for `self` parameters are missing REF edges to the corresponding parameters…
-
https://github.com/andrewbriden/SampleJavaTest/blob/8112f43877643d8d5824b2e8957c563431a164ed/src/main/java/edu/Sample.java#L4
I like it, and I think it works beyond your single test case (tonight I…
-
Hey, polyglot is a great idea! Could it move to a more opt-in model for the prompt elements? Like, I'd love to source polyglot and then build my own prompt with reusable functions.
-
The design of mag is modular, but it is certainly overkill for most of simple cases. I would suggest not the streams but "middleware" concept. This is the way express.js works, Faraday or Faye from Ru…
-
The current `ParFuture` type class is parameterized with both the monad `m` and the `future`. Since the only operation that can be applied to a `future` is `get` why not perform that operation inside …
-
The project page is quite technical and doesn't actually make immediately clear what the purpose of proxying in a DIC is.