Aaron

- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 20
-
Created Refactoring Cannot be performed. XXX is located in a read-only container.
I'm using PHPStorm version 2019.2 (192.5728.108) on OS X 10.14.6 and the following error keeps coming up randomly as I'm doing things as simple as writing code or highlighting source text. Here is ... -
Created Auto indent in JS after creating array/object literal.
AnsweredI use (latest) version of PHPStorm at home (Win7) at work (OSX) but since the platform doesn't yet support the ability to store all necessary settings in 1 repo and then share those configurations ... -
Created Can't get the latest Pug(Ex-Jade) Plugin
I am on PHPStorm 2017.2.4. When I search for plugins, I get Pug (ex-Jade), but it only shows version 172.2656.13, which based on this page: https://plugins.jetbrains.com/plugin/7094-pug-ex-jade-? i... -
Created Can't pull OS ENV vars on normal boot
Per a request from my original thread here, I have created a new thread and am providing the idea.log file. The file can be downloaded from http://www.aaronmartone.com/idea-log.zip -
Edited env: node: no such file or directory when running external tools (solved, but not solved)
On 2017.2, OSX 10.11.16. When I run an external tool, the output panel states: env: node: no such file or directoryprocess exited with code 127 However, if I take the EXACT code this ran, and paste... -
Created Spaces carried over to new line on line wrap
I have my line wrap set to 120 characters. Many times if a space is the character that causes the line to exceed that character count, it moves the space to the new line, making the flush-left of t... -
Created How to focus between Tool Window and Editor Tab
AnsweredIn reference to this thread: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206375799-Keyboard-Shortcut-Focus-on-Editor?input_string=How%20to%20focus%20between%20Tool%20Window%20an... -
Edited Is it possible to set "force indent/outdent" on chained jQuery methods by name?
Personally, each time I have my jQuery filter it's original set to a different subset I like to indent an extra level, and then when I restore back to the previous I outdent, like this: (had to use... -
Created What version of JetBrains' Pug Plugin is being used?
I cannot confirm anywhere in the Plugin description of what version of Pug (Ex-Jade) syntax this plugin is using. I am using the following code (which is legitimate Pug v2, but the plugin is markin... -
Created Want to repeat a character on a line automatically to right margin
I don't know if this would necessarily be a built-in function, but does anyone know if it is possible to define a "macro" that repeats a specific character from the current cursor position all the ...