mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Docs: Update references to QL for Eclipse
This commit is contained in:
@@ -106,7 +106,7 @@ Each query library also implicitly defines a module.
|
||||
|
||||
.. note::
|
||||
|
||||
Queries are always contained in query files with the file extension ``.ql``. `Quick queries <https://help.semmle.com/ql-for-eclipse/Content/WebHelp/quick-query.html>`__, run in `QL for Eclipse <https://help.semmle.com/ql-for-eclipse/Content/WebHelp/home-page.html>`__, are no exception: the quick query window maintains a temporary query file in the background.
|
||||
Queries are always contained in query files with the file extension ``.ql``.
|
||||
|
||||
Parts of queries can be lifted into `library files <https://help.semmle.com/QL/ql-handbook/modules.html#library-modules>`__ with the extension ``.qll``. Definitions within such libraries can be brought into scope using ``import`` statements, and similarly QLL files can import each other’s definitions using “import” statements.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user