The Wayback Machine - https://web.archive.org/web/20240324153749/https://github.com/github/codeql/issues/4168
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHPStorm extension #4168

Open
stefanprokopdev opened this issue Aug 30, 2020 · 2 comments
Open

PHPStorm extension #4168

stefanprokopdev opened this issue Aug 30, 2020 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@stefanprokopdev
Copy link

stefanprokopdev commented Aug 30, 2020

Hi, do you plan to create the CodeQL extension / plugin for PHPStorm (webstorm) or other jetbrains tools? Did you start with implementation or when do you plan to start?

@stefanprokopdev stefanprokopdev added the question Further information is requested label Aug 30, 2020
@sj
Copy link
Collaborator

sj commented Sep 1, 2020

Hi @stefan-prokop-cz! Thanks for your interest in CodeQL! At the moment, we're 100% focussed on making CodeQL development as awesome as possible within Visual Studio Code. This goes beyond having a good editing experience (syntax highlighting, autocompletion, and so on — the usual): it also includes running CodeQL queries on source code databases, browsing query results, and other nifty CodeQL functionality.

However, I am aware of some people in the CodeQL community who have made things easier for users who prefer other IDEs. For example, here's a blog post about setting up in emacs. And here's a repo (by one of my colleagues) that has a lot of detail on a community-provided Vim plugin: https://github.com/pwntester/codeql.nvim

If you'd like to take it further on PHPStorm/WebStorm/JetBrains, then it might be helpful to know that VSCode and CodeQL communicate through the standard Language Server Protocol. While this functionality is mostly used internally, you can find some documentation on it here. Incidentally, I've just opened a PR to have CodeQL included on the list of languages that come with a language server.

I hope this is helpful. Let me know if you have any more questions!

@CyberIKUN
Copy link

how long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants