vscode-codeql icon indicating copy to clipboard operation
vscode-codeql copied to clipboard

An extension for Visual Studio Code that adds rich language support for CodeQL

Results 187 vscode-codeql issues
Sort by recently updated
recently updated
newest added

Note: this issue is currently blocked, but adding it here so we know to work on it when the blocker is removed. When a test fails, I can right-click on...

enhancement
VSCode

Feature request from @rvermeulen.

enhancement
VSCode

**Is your feature request related to a problem? Please describe.** The CodeQL language teams track their QLDoc coverage and maintain it at a high level. We have CI checks on...

enhancement
VSCode
Complexity: High

CodeQL makes heavy use of overridden predicates on classes. There is no simple navigation step to go from the current predicate to the super-predicate or sub-predicate. It would be useful...

enhancement
VSCode

Type hierarchies in CodeQL can be deep, especially for the core libraries. It would be very helpful for users to be able to explore the entire hierarchy in a single...

enhancement
VSCode

**Is your feature request related to a problem? Please describe.** QL tests in the Test Explorer occasionally go into the "retired" state, where the test result icon is faded. There...

enhancement
VSCode

For example, we should support alternate names for similar AST nodes. When typing `InvokeExpr`, a user may want intellisense for `NewExpr` and `CallExpr`. * [ ] determine a list of...

enhancement
VSCode
Complexity: Medium

**Is your feature request related to a problem? Please describe.** Often, I want to go to the code for a specific QL class. Right now, I have to use the...

enhancement
VSCode

The `Go To Symbol...` command is not working for Code QL. We need to implement the [`workspaceSymbolProvider`](https://code.visualstudio.com/api/language-extensions/programmatic-language-features#show-all-symbol-definitions-in-folder) in the language server. This will also probably be a solution for #614.

enhancement
VSCode

**Is your feature request related to a problem? Please describe.** I'm always frustrated when subclassing an abstract class in QL, since I need to manually write out names and signatures...

enhancement
VSCode