ide.mac.file.chooser.show.hidden.files=false
ide.mac.file.chooser.native=true
+ide.win.file.chooser.native=false
ide.mac.native.save.dialog=true
ide.mac.message.dialogs.as.sheets=true
skip.untitled.windows.for.mac.messages=false
debugger.intern.string.literals=false
debugger.intern.string.literals.description=Make string literal refer to the same instance of class String
debugger.capture.points=true
+debugger.capture.points.annotations=false
+debugger.resume.yourkit.threads=false
analyze.exceptions.on.the.fly=false
analyze.exceptions.on.the.fly.description=Automatically analyze clipboard on frame activation,\
find.search.in.project.files=true
find.search.in.project.files.description=Whether Find in Path searches in .idea, *.ipr, *.iml, *.iws files
+find.search.in.excluded.dirs=false
+find.search.in.excluded.dirs.description=Whether Find in Path searches in excluded subdirectories of the scope directory
+
structureView.coalesceTime=500
keymap.show.alias.actions=false
java.completion.make.outer.variables.final=true
java.completion.make.outer.variables.final.description=Make variables accessed from inner class final automatically
+java.completion.argument.hints=false
+java.completion.argument.hints.description=When completing a method call, show hints in place of all arguments
+
java.completion.argument.live.template=false
java.completion.argument.live.template.description=When completing a method call, start a live template with all arguments
ide.completion.variant.limit=1000
ide.completion.variant.limit.description=Completion list will never show a number of (most relevant) items >= this number
+ide.completion.max.width=99999
+ide.completion.max.width.description=Maximum width for completion popup in pixels. It can be used for making screenshots for blog posts and tweets.
+
ide.java.completion.suggest.static.after.instance=false
ide.java.completion.suggest.static.after.instance.description=Suggest static methods/fields after instance qualifier in Java completion
ide.dfa.getters.with.side.effects.description=A regex on qualified names of methods that look like getters but are not. For Constant Conditions & Exception inspection
ide.dfa.time.limit.online=1000
-ide.dfa.time.limit.online.description=Time limit (in milliseconds) that is allowed to analyze data flow for one method in editor highlighting
-ide.dfa.time.limit.offline=5000
-ide.dfa.time.limit.offline.description=Time limit (in milliseconds) that is allowed to analyze data flow for one method in Analyze | Inspect Code...
+ide.dfa.time.limit.online.description=Time limit (in milliseconds) that is allowed to analyze data flow for one method
+
+ide.dfa.state.limit=50000
+ide.dfa.state.limit.description=Maximal allowed number of instruction states analyzed by data flow for one method
idea.dfa.live.variables.analysis=true
idea.dfa.live.variables.analysis.description=Whether to flush dead variables when they're not needed when performing data flow analysis
svn.use.sqlite.jdbc=true
svn.use.sqlite.jdbc.description=Use SQLite JDBC driver (instead of SQLJet) to access svn working copy database
-completion.enable.relevant.method.chain.suggestions=false
ide.mac.message.sheets.java.emulation=false
ide.mac.message.sheets.java.emulation.description=Use Java message sheets instead of native ones
ide.mac.message.sheets.java.emulation.dialogs=true
idea.true.smooth.scrolling.pixel.perfect=true
idea.true.smooth.scrolling.pixel.perfect.description=Enables pixel-perfect scrolling
-idea.true.smooth.scrolling.interpolation=true
+idea.true.smooth.scrolling.interpolation=false
idea.true.smooth.scrolling.interpolation.description=Enables scrolling interpolation (smooth scrolling) in general
idea.true.smooth.scrolling.interpolation.scrollbar=true
ide.find.show.preview=true
ide.find.as.popup=true
ide.find.as.popup.description=Show new 'lightweight' popup instead of modal dialog (action 'Find in Path')
+ide.find.as.popup.editable.code=true
+ide.find.as.popup.editable.code.description=Enabled code editing in 'Find in Path' popup
ide.find.show.add.newline.hint=true
ide.find.show.add.newline.hint.description=Enables icon with 'Enter' symbol inside a search field to help user with multiline search
ide.remove.help.button.from.dialogs=false
git.file.history.full.description=Adds "--full-history --simplify-merges" to git log arguments when retrieving history for a file. \
This may sometimes result in empty merges being shown in the file history. \
However, skipping this arguments hides some side branches if the end result is the same.
+git.diff.renameLimit.infinity=false
+git.diff.renameLimit.infinity.description=Sets diff.renameLimit configuration variable to zero. \
+ Essentially this variable tells Git the maximal size of commit for which perform rename detection.\
+ Switching this option on may lead to increased memory consumption by a Git process.\
+ If option is set to false, diff.renameLimit is taken from Git configuration (it is usually not zero by default).\
+ Switching this option off may prevent Git from detecting renames in large commits in the file history.
hg4idea.process.ignored=false
hg4idea.process.ignored.description=Process and highlight mercurial ignored files. \
Switching on this option may lead to some performance problems.
+cidr.debugger.timeout=30000
+cidr.debugger.timeout.description=GDB command timeout.\n\
+ This value applies to common operations like setting breakpoints, stepping, etc.
+cidr.debugger.timeout.load=90000
+cidr.debugger.timeout.load.description=GDB timeout for loading and starting a target.\n\
+ Increase this value, if your application loads a lot of shared libraries.
+cidr.debugger.timeout.evaluate=30000
+cidr.debugger.timeout.evaluate.description=GDB timeout for evaluating expressions and executing console commands.
+
cidr.show.compiler.info=false
cidr.show.clangtidy.info=false
cidr.cygwin.cmakePermissionsFix=true
cidr.max.intellisense.file.length.description=Maximum length of C-based language file (in characters) IDE should provide code assistance for.
cidr.cmake.cacheResetFix=true
cidr.cmake.cacheResetFix.description=Regenerate CMake project when cache is cleared after the compiler change
+clion.enable.msvc=false
+clion.enable.msvc.description=Experimental MSVC compiler support.\n\
+ Please submit feedback and issues in https://youtrack.jetbrains.com/issue/CPP-819
ide.window.shadow.painter=false
ide.window.shadow.painter.restartRequired=true
editor.breadcrumbs.highlight.on.hover=false
editor.breadcrumbs.highlight.on.hover.description=Highlight corresponding ranges in editor on breadcrumb item hover (requires project reopening)
+
+editor.breadcrumbs.above=false
+editor.breadcrumbs.above.description=Show breadcrumbs above or below an editor
+
testDiscovery.enabled=false
testDiscovery.enabled.description=Enable instrumentation during tests to be able to start 'tests which pass this code' later
select.run.configuration.from.context=true
select.run.configuration.from.context.description=Select run configuration when run from context (gutter icon, popup menu)
+pause.indexing.in.power.save.mode=false
+pause.indexing.in.power.save.mode.description=Whether indexing activities should be paused during Power Save Mode to reduce power consumption. If enabled, code insight functionality won't be available after changes to project model and after project opening.
+
ide.run.dashboard=false
ide.run.dashboard.description=Enable Run Dashboard tool window
+ide.run.dashboard.restartRequired=true
ide.run.dashboard.spring.boot.jmx=true
ide.run.dashboard.spring.boot.jmx.description=Enable JMX Remote with disabled security for Spring Boot applications to access runtime information
compiler.ref.index=true
compiler.ref.index.description=Enables find usages using references from compiler indices
compiler.ref.index.restartRequired=true
+
+compiler.ref.chain.search=false
+compiler.ref.chain.search.description=Enables relevant method chain completion
+
build.manager.async.fs.events=false
build.manager.async.fs.events.description=Experimental: TranslatingCompilerFilesMonitor will process events from VFS asynchronously to minimize write-action duration
batch.inspections.use.psi.as.ref.table.key.description=Use PsiElement as key for RefManager's table
typescript.service.node.arguments=
typescript.service.node.arguments.description=Node options to use when starting TypeScript service process
-WebStorm.JavaScript.Modules.Diagram=false
+WebStorm.JavaScript.Modules.Diagram=true
WebStorm.JavaScript.Modules.Diagram.description=Turns on module dependency diagram for javascript
editable.java.test.console=false
editable.java.test.console.description=Enables System.in in java test consoles (junit & testng)
-swift.create.type.from.usage.enabled=false
ide.new.editor.tabs.selection=true
ide.new.editor.tabs.selection.description=New way to select an editor tab
ide.new.editor.tabs.selection.color=439EB8
php.register.class.references.in.strings=true
php.register.class.references.in.strings.description=Enables extended class reference provider for php string literals.
+php.brace.alt.syntax=false
+php.brace.alt.syntax.description=Enables brace matching for `: .. endXXX` syntax.
ide.ssh.one.time.password=false
ide.ssh.one.time.password.description=Enables support for one-time password authentication for SSH servers
+deployment.macOs.bannedInterfaces=awdl0
+deployment.macOs.bannedInterfaces.description=Banned network interfaces for IPv6 connections on MacOS
+deployment.BouncyCastleJCE=false
+deployment.BouncyCastleJCE.restartRequired=true
+deployment.BouPncyCastleJCE.description=Enables BouncyCastle provider for Java Security API
ide.inplace.errors.outline=false
ide.inplace.errors.outline.description=Enables outlining controls containing wrong values with red border
jest.debugger.use.inspect=false
jest.debugger.use.inspect.description=Use --inspect for debugging Jest tests with Node 7+
+JavaScript.WebPack.With.JsonSchema=true
+JavaScript.WebPack.With.JsonSchema.description=Use JSON-Schema powered support for webpack config files
+ide.diagnostics.suggest.sending.all.attachments=false
+ide.diagnostics.suggest.sending.all.attachments.description=Suggest the user to send all error attachments by default
+
+performance.watcher.unresponsive.interval.ms=5000
+performance.watcher.unresponsive.interval.ms.description=Maximum time in ms for UI freezes. If UI thread freezes longer the thread dump will be logged
+
+performance.watcher.unresponsive.max.attempts.before.log=5
+performance.watcher.unresponsive.max.attempts.before.log.description=If the product is unresponsive for performance.watcher.unresponsive.max.attempts.before.log * performance.watcher.sampling.interval.ms, dump threads every performance.watcher.sampling.interval.ms
+
+performance.watcher.sampling.interval.ms=1000
+performance.watcher.sampling.interval.ms.description=If the product is unresponsive for performance.watcher.unresponsive.max.attempts.before.log * performance.watcher.sampling.interval.ms, dump threads every performance.watcher.sampling.interval.ms
\ No newline at end of file