JohnnyMorganz

Results 120 issues of JohnnyMorganz

Similar to bytecode and compiler remarks dumps Requested by @ffrostflame

enhancement

At the moment, the language server uses virtual file paths as the internal representation for different files. This stems from the original usages where everything was based off Roblox-style instance...

enhancement

Maybe add the parent name to the completion details, or the whole path minus the longest common substring if there exists two modules with same name. We need this to...

enhancement

I am recently working on migrating a project from Maven to Bazel. As part of this, it has most modules which use junit4, but some which use junit5, and this...

Consider the following two examples, where `|` is the marker position given to the `findAstAncestryOfPosition` function ```luau local function foo() | ``` ```luau function bar() | ``` For the local...

bug

### Description of the bug: When trying to debug a failing Bazel Java test, one may want to step into the relevant Java file to explore and attach breakpoints. For...

type: bug
P3
product: IntelliJ
awaiting-maintainer

### Description of the bug: I am trying to use the `Fast Run` feature of the intellij plugin for bazel. In our setup, we are using the default Java toolchains...

type: bug
P3
product: IntelliJ
lang: java

We never developed proper formatting rules for string interpolation, just enough to get it working. We should revisit this.

enhancement

Hey, thanks for this tool. We just started trying it out to try and index Java code in our Bazel monorepo. We hit an issue where running the Bazel aspect...

team/graph
graph/scip-java

I would like to start implementing alias resolution via `.luaurc` for Luau LSP. We already use `Luau::ConfigResolver` from Luau.Analysis, so it seems like it would be best to continue using...

enhancement