Jeremy French
- 活动总数 61
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 25
-
创建于 QUESTION -- WebStorm: Quick Documentation (How do I summon Quick Documentation?)
How do I summon documentation for angular.module? The course shows module being selected and then pressing control-Q. The course calls this "Quick Documentation". Documentation then appears like th... -
创建于 QUESTION -- WebStorm: Editor's Vertical Rule Lines (How can I change the color?)
The editor draws vertical rules to help identify blocks.In the Darcular theme, these vertical rules are almost invisible: they are very hard to see.Here is an example showing vertical rules (or lin... -
创建于 QUESTION - WebStorm: Tools (Where is "View PSI Structure"?)
What is the PSI Viewer described in the documentation?When I look at the Tools menu, I see these menu items. There is no View PSI Structure:The only structure viewer that I've found is located at V... -
创建于 QUESTION: WebStorm Document Read/Write State (When does WebStorm change the read/write state to read only?)
I started to edited an HTML page, and go this dialog:Under what circumstances does WebStorm change the read/write state to read only?QUESTION: Why did I get "Clear Read-Only Status"? What did I do ... -
创建于 QUESTION: WebStorm Code Completion (How to get code completion to always work?)
I get Intellisense code completion when I type the following:$(document).ready(function() { });But no code completion appears when I type:$(".")Watch as I type. Code completion works and the... -
创建于 QUESTION: WebStorm Folder Path to "less" (Why different between WebStorm and Chrome?)
In WebStorm, the folder path to less is:lib/bootstrap/lessBut in Chrome the folder named "bootstrap" appears to be renamed "bootstrap/Dist". And the path to less is different:lib/'bootstrap/Dis'/cs... -
创建于 QUESTION: WebStorm Live Edit Debugging (Why is WebStorm flagging a css error doesn't appear to exist?)
I am trying out Live Edit.In WebStorm, when I passed the pointer over the class attribute, a tiny window appeared saying there is a syntax error involving the class "text-center".When I clicked the... -
创建于 QUESITON: WebStorm (What do lines in editor with dark green background mean?)
I'm not sure what I did. Dark green lines are in the editor and I am unable to remove the coloring. I tried closing the project and WebStormm, and then reopening the project in WebStorm. The green ... -
创建于 QUESTION: Keyboard equivalent (Why is menu item's key equivalent DIFFERENT from Preference's keymap setting?)
DISCREPANCYPreferences shows the keyboard equivalent for "Reformat" and "Show Reformat Dialog" each have a command key (i.e, "⌘"). Here's what my keymap shows:Note that a command key (i.e., "⌘") is... -
创建于 QUESTION: Inspection Results (Why these issues? What am I missing?)
I trashed my WebStar project folders and started over creating a new project.My file "index.html" -- when rendered in BBEdit Preview as well as browsers -- works as expected.For the code shown belo...