mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
turn on code completion
This commit is contained in:
@@ -350,5 +350,7 @@ pdex.errorCheckEnabled=true
|
||||
pdex.warningsEnabled=true
|
||||
pdex.writeErrorLogs=false
|
||||
|
||||
pdex.completion = false
|
||||
# Enable auto-completion when hitting ctrl-space
|
||||
pdex.completion = true
|
||||
# Trigger happy version of completion that fires more often
|
||||
pdex.completion.trigger = false
|
||||
|
||||
Reference in New Issue
Block a user