-
I need refactorings
-
Consider the following example:
```rust
#[derive(Component)]
struct A { }
#[derive(Component)]
struct B { }
fn system1(
my_query: Query
) {
fn immutable_helper(subquery: &Query) {…
-
The [JSON Compilation Database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) is a file format that stores information about files compiled in a build.
This database can be then consume…
-
**Repro steps**
Consider this code
```fsharp
namespace Case2
module RecordA =
type Record = { Foo: string }
module RecordB =
type Record = { Bar: string }
module Use =
ope…
-
After some thought, experience, and feedback from several people, there are a number of simple refactorings that would improve the understandability and maintainability of the existing ATDM Trilinos c…
-
We can compute the diff between two serialization chunks of languages, but the diffs are given as generic diff. It'd be more useful if these differences were given in LionCore/M3-specific terms, such …
-
There are a variety of migrations that change the topology of the graph instead of just the data types themselves. The [APOC](https://neo4j.com/labs/apoc/4.3/graph-updates/graph-refactoring/) docs hav…
-
**Scenario**
We support creating keybindings to trigger specific types of code actions or refactorings like so:
```json
{
"key": "shift+ctrl+e",
"command": "editor.action.codeAction",
"…
mjbvz updated
10 months ago
-
# Suggestion
## 🔍 Search Terms
refactoring quick fix vs code action
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a breaking change in …
-
Looking at https://github.com/django-rea/nrp/compare/models_refactor
Looks like it breaks down somewhat into layers:
* core: looks like the "Reality" or "What has occurred" layer of REA. See layer…