Configuration¶
CoreExtension¶
console_dumper_default
¶
Name of the “dumper” (renderer) to use for some CLI commands
Default: "indented"
xdebug_disable
¶
If XDebug should be automatically disabled
Default: true
command
¶
Internal use only - name of the command which was executed
Default: null
core.warn_on_develop
¶
Internal use only: if an warning will be issued when on develop, may be removed in the future
Default: true
core.min_memory_limit
¶
Ensure that PHP has a memory_limit of at least this amount in bytes
Default: 1610612736
$schema
¶
Path to JSON schema, which can be used for config autocompletion, use phpactor config:initialize to update
Default: ""
ClassToFileExtension¶
class_to_file.project_root
¶
Root path of the project (e.g. where composer.json is)
Default: "%project_root%"
class_to_file.brute_force_conversion
¶
If composer not found, fallback to scanning all files (very time consuming depending on project size)
Default: true
CodeTransformExtension¶
code_transform.class_new.variants
¶
Variants which should be suggested when class-create is invoked
Default: []
code_transform.template_paths
¶
Paths in which to look for code templates
Default: ["%project_config%\/templates","%config%\/templates"]
code_transform.indentation
¶
Indentation chars to use in code generation and transformation
Default: " "
code_transform.refactor.generate_accessor.prefix
¶
Prefix to use for generated accessors
Default: ""
code_transform.refactor.generate_accessor.upper_case_first
¶
If the first letter of a generated accessor should be made uppercase
Default: false
code_transform.refactor.generate_mutator.prefix
¶
Prefix to use for generated mutators
Default: "set"
code_transform.refactor.generate_mutator.upper_case_first
¶
If the first letter of a generated mutator should be made uppercase
Default: true
code_transform.refactor.generate_mutator.fluent
¶
If the mutator should be fluent
Default: false
code_transform.import_globals
¶
Import functions even if they are in the global namespace
Default: false
code_transform.refactor.object_fill.hint
¶
Object fill refactoring: show hint as a comment
Default: true
code_transform.refactor.object_fill.named_parameters
¶
Object fill refactoring: use named parameters
Default: true
CompletionWorseExtension¶
completion_worse.completor.doctrine_annotation.enabled
¶
Enable or disable the doctrine_annotation
completor.
Completion for annotations provided by the Doctrine annotation library.
Default: true
completion_worse.completor.imported_names.enabled
¶
Enable or disable the imported_names
completor.
Completion for names imported into the current namespace.
Default: true
completion_worse.completor.worse_parameter.enabled
¶
Enable or disable the worse_parameter
completor.
Completion for method or function parameters.
Default: true
completion_worse.completor.named_parameter.enabled
¶
Enable or disable the named_parameter
completor.
Completion for named parameters.
Default: true
completion_worse.completor.constructor.enabled
¶
Enable or disable the constructor
completor.
Completion for constructors.
Default: true
completion_worse.completor.class_member.enabled
¶
Enable or disable the class_member
completor.
Completion for class members.
Default: true
completion_worse.completor.scf_class.enabled
¶
Enable or disable the scf_class
completor.
Brute force completion for class names (not recommended).
Default: true
completion_worse.completor.local_variable.enabled
¶
Enable or disable the local_variable
completor.
Completion for local variables.
Default: true
completion_worse.completor.declared_function.enabled
¶
Enable or disable the declared_function
completor.
Completion for functions defined in the Phpactor runtime.
Default: true
completion_worse.completor.declared_constant.enabled
¶
Enable or disable the declared_constant
completor.
Completion for constants defined in the Phpactor runtime.
Default: true
completion_worse.completor.declared_class.enabled
¶
Enable or disable the declared_class
completor.
Completion for classes defined in the Phpactor runtime.
Default: true
completion_worse.completor.expression_name_search.enabled
¶
Enable or disable the expression_name_search
completor.
Completion for class names, constants and functions at expression positions that are located in the index.
Default: true
completion_worse.completor.use.enabled
¶
Enable or disable the use
completor.
Completion for use imports.
Default: true
completion_worse.completor.attribute.enabled
¶
Enable or disable the attribute
completor.
Completion for attribute class names.
Default: true
completion_worse.completor.class_like.enabled
¶
Enable or disable the class_like
completor.
Completion for class like contexts.
Default: true
completion_worse.completor.type.enabled
¶
Enable or disable the type
completor.
Completion for types.
Default: true
completion_worse.completor.keyword.enabled
¶
Enable or disable the keyword
completor.
Completion for keywords (not very accurate).
Default: true
completion_worse.completor.docblock.enabled
¶
Enable or disable the docblock
completor.
Docblock completion.
Default: true
completion_worse.completor.constant.enabled
¶
Default: false
completion_worse.completor.class.limit
¶
Suggestion limit for the filesystem based SCF class_completor
Default: 100
completion_worse.name_completion_priority
¶
Strategy to use when ordering completion results for classes and functions:
proximity: Classes and functions will be ordered by their proximity to the text document being edited.
none: No ordering will be applied.
Default: "proximity"
completion_worse.snippets
¶
Enable or disable completion snippets
Default: true
completion_worse.experimantal
¶
Enable experimental functionality
Default: false
completion_worse.debug
¶
Include debug info in completion results
Default: false
CompletionExtension¶
completion.dedupe
¶
If results should be de-duplicated
Default: true
completion.dedupe_match_fqn
¶
If completion.dedupe
, consider the class FQN in addition to the completion suggestion
Default: true
completion.limit
¶
Sets a limit on the number of completion suggestions for any request
Default: null
RpcExtension¶
rpc.store_replay
¶
Should replays be stored?
Default: false
rpc.replay_path
¶
Path where the replays should be stored
Default: "%cache%\/replay.json"
SourceCodeFilesystemExtension¶
source_code_filesystem.project_root
¶
Default: "%project_root%"
WorseReflectionExtension¶
language_server_code_transform.import_globals
¶
Show hints for non-imported global classes and functions
Default: false
worse_reflection.enable_cache
¶
If reflection caching should be enabled
Default: true
worse_reflection.cache_lifetime
¶
If caching is enabled, limit the amount of time a cache entry can stay alive
Default: 1
worse_reflection.enable_context_location
¶
If source code is passed to a Reflector
then temporarily make it available as a
source location. Note this should NOT be enabled if the source code can be
located in another (e.g. when running a Language Server)
Default: true
worse_reflection.cache_dir
¶
Cache directory for stubs
Default: "%cache%\/worse-reflection"
worse_reflection.stub_dir
¶
Location of the core PHP stubs - these will be scanned and cached on the first request
Default: "%application_root%\/vendor\/jetbrains\/phpstorm-stubs"
worse_reflection.diagnostics.undefined_variable.suggestion_levenshtein_disatance
¶
Type: integer
Levenshtein distance to use when suggesting corrections for variable names
Default: 4
FilePathResolverExtension¶
file_path_resolver.project_root
¶
Default: "\/home\/daniel\/www\/phpactor\/phpactor"
file_path_resolver.app_name
¶
Default: "phpactor"
file_path_resolver.application_root
¶
Default: null
file_path_resolver.enable_cache
¶
Default: true
file_path_resolver.enable_logging
¶
Default: true
LoggingExtension¶
logging.enabled
¶
Type: boolean
Default: false
logging.fingers_crossed
¶
Type: boolean
Default: false
logging.path
¶
Type: string
Default: "application.log"
logging.level
¶
Type: string
Default: "warning"
Allowed values: “emergency”, “alert”, “critical”, “error”, “warning”, “notice”, “info”, “debug”
logger.name
¶
Type: string
Default: "logger"
logging.formatter
¶
Default: null
ComposerAutoloaderExtension¶
composer.enable
¶
Include of the projects autoloader to facilitate class location. Note that when including an autoloader code _may_ be executed. This option may be disabled when using the indexer
Default: true
composer.autoloader_path
¶
Path to project’s autoloader, can be an array
Default: "%project_root%\/vendor\/autoload.php"
composer.autoload_deregister
¶
Immediately de-register the autoloader once it has been included (prevent conflicts with Phpactor’s autoloader). Some platforms may require this to be disabled
Default: true
composer.class_maps_only
¶
Register the composer class maps only, do not register the autoloader - RECOMMENDED
Default: true
ConsoleExtension¶
console.verbosity
¶
Verbosity level
Default: 32
Allowed values: 16, 32, 64, 128, 256
console.decorated
¶
Whether to decorate messages (null for auto-guessing)
Default: null
Allowed values: true, false, null
PhpExtension¶
php.version
¶
Consider this value to be the project's version of PHP (e.g. 7.4). If omitted it will check composer.json (by the configured platform then the PHP requirement) before falling back to the PHP version of the current process.
Default: null
LanguageServerExtension¶
language_server.catch_errors
¶
Default: true
language_server.enable_workspace
¶
If workspace management / text synchronization should be enabled (this isn’t required for some language server implementations, e.g. static analyzers)
Default: true
language_server.session_parameters
¶
Phpactor parameters (config) that apply only to the language server session
Default: []
language_server.method_alias_map
¶
Allow method names to be re-mapped. Useful for maintaining backwards compatibility
Default: []
language_server.diagnostic_sleep_time
¶
Amount of time to wait before analyzing the code again for diagnostics
Default: 1000
language_server.diagnostics_on_update
¶
Perform diagnostics when the text document is updated
Default: true
language_server.diagnostics_on_save
¶
Perform diagnostics when the text document is saved
Default: true
language_server.diagnostics_on_open
¶
Perform diagnostics when opening a text document
Default: true
language_server.diagnostic_providers
¶
Specify which diagnostic providers should be active (default to all)
Default: null
language_server.diagnostic_outsource
¶
If applicable diagnostics should be “outsourced” to a different process
Default: true
language_server.file_events
¶
Register to receive file events
Default: true
language_server.file_event_globs
¶
Default: ["**\/*.php"]
language_server.profile
¶
Logs timing information for incoming LSP requests
Default: false
language_server.trace
¶
Log incoming and outgoing messages (needs log formatter to be set to json
)
Default: false
language_server.shutdown_grace_period
¶
Amount of time (in milliseconds) to wait before responding to a shutdown notification
Default: 200
language_server.self_destruct_timeout
¶
Wait this amount of time (in milliseconds) after a shutdown request before self-destructing
Default: 2500
language_server.diagnostic_outsource_timeout
¶
Kill the diagnostics process if it outlives this timeout
Default: 5
LanguageServerCompletionExtension¶
language_server_completion.trim_leading_dollar
¶
If the leading dollar should be trimmed for variable completion suggestions
Default: false
LanguageServerReferenceFinderExtension¶
language_server_reference_reference_finder.reference_timeout
¶
Stop searching for references after this time (in seconds) has expired
Default: 60
LanguageServerWorseReflectionExtension¶
language_server_worse_reflection.workspace_index.update_interval
¶
Minimum interval to update the workspace index as documents are updated (in milliseconds)
Default: 100
language_server_worse_reflection.inlay_hints.enable
¶
Enable inlay hints (experimental)
Default: false
language_server_worse_reflection.inlay_hints.types
¶
Show inlay type hints for variables
Default: false
language_server_worse_reflection.inlay_hints.params
¶
Show inlay hints for parameters
Default: true
LanguageServerIndexerExtension¶
language_server_indexer.workspace_symbol_search_limit
¶
Default: 250
LanguageServerCodeTransformExtension¶
language_server_code_transform.import_name.report_non_existing_names
¶
Show an error if a diagnostic name cannot be resolved - can produce false positives
Default: true
IndexerExtension¶
indexer.enabled_watchers
¶
Type: array
List of allowed watchers. The first watcher that supports the current system will be used
Default: ["inotify","watchman","find","php"]
indexer.index_path
¶
Type: string
Path where the index should be saved
Default: "%cache%\/index\/%project_id%"
indexer.include_patterns
¶
Type: array
Glob patterns to include while indexing
Default: ["\/**\/*.php"]
indexer.exclude_patterns
¶
Type: array
Glob patterns to exclude while indexing
Default: ["\/vendor\/**\/Tests\/**\/*","\/vendor\/**\/tests\/**\/*","\/vendor\/composer\/**\/*"]
indexer.stub_paths
¶
Type: array
Paths to external folders to index. They will be indexed only once, if you want to take any changes into account you will have to reindex your project manually.
Default: []
indexer.poll_time
¶
Type: integer
For polling indexers only: the time, in milliseconds, between polls (e.g. filesystem scans)
Default: 5000
indexer.buffer_time
¶
Type: integer
For real-time indexers only: the time, in milliseconds, to buffer the results
Default: 500
indexer.follow_symlinks
¶
Type: boolean
To allow indexer to follow symlinks
Default: false
indexer.project_root
¶
Type: string
The root path to use for scanning the index
Default: "%project_root%"
indexer.reference_finder.deep
¶
Type: boolean
Recurse over class implementations to resolve all references
Default: true
indexer.implementation_finder.deep
¶
Type: boolean
Recurse over class implementations to resolve all class implementations (not just the classes directly implementing the subject)
Default: true
ObjectRendererExtension¶
object_renderer.template_paths.markdown
¶
Paths in which to look for templates for hover information.
Default: ["%project_config%\/templates\/markdown","%config%\/templates\/markdown"]
LanguageServerPhpstanExtension¶
language_server_phpstan.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
language_server_phpstan.bin
¶
Path to the PHPStan executable
Default: "%project_root%\/vendor\/bin\/phpstan"
language_server_phpstan.level
¶
Override the PHPStan level
Default: null
LanguageServerPsalmExtension¶
language_server_psalm.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
language_server_psalm.bin
¶
Type: string
Path to psalm if different from vendor/bin/psalm
Default: "%project_root%\/vendor\/bin\/psalm"
language_server_psalm.show_info
¶
Type: boolean
If infos from psalm should be displayed
Default: true
language_server_psalm.use_cache
¶
Type: boolean
If the Psalm cache should be used (see the –no-cache option)
Default: true
language_server_psalm.error_level
¶
Override level at which Psalm should report errors (lower => more errors)
Default: null
LanguageServerPhpCsFixerExtension¶
language_server_php_cs_fixer.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
language_server_php_cs_fixer.bin
¶
Path to the php-cs-fixer executable
Default: "%project_root%\/vendor\/bin\/php-cs-fixer"
language_server_php_cs_fixer.env
¶
Environment for PHP CS Fixer (e.g. to set PHP_CS_FIXER_IGNORE_ENV)
Default: {"XDEBUG_MODE":"off","PHP_CS_FIXER_IGNORE_ENV":true}
language_server_php_cs_fixer.show_diagnostics
¶
Whether PHP CS Fixer diagnostics are shown
Default: true
LanguageServerBlackfireExtension¶
blackfire.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
ProphecyExtension¶
prophecy.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
BehatExtension¶
behat.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
behat.config_path
¶
Path to the main behat.yml (including the filename behat.yml)
Default: "%project_root%\/behat.yml"
behat.symfony.di_xml_path
¶
If using Symfony, set this path to the XML container dump to find contexts which are defined as services
Default: null
SymfonyExtension¶
symfony.enabled
¶
Type: boolean
Enable or disable this extension
Default: false
symfony.xml_path
¶
Path to the Symfony container XML dump file
Default: "%project_root%\/var\/cache\/dev\/App_KernelDevDebugContainer.xml"
completion_worse.completor.symfony.enabled
¶
Enable/disable the Symfony completor - depends on Symfony extension being enabled
Default: true
public_services_only
¶
Only consider public services when providing analysis for the service locator
Default: false
PHPUnitExtension¶
phpunit.enabled
¶
Type: boolean
Enable or disable this extension
Default: false