Mark Bayazit

- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Quick Find without scrolling?
Is there a setting so that when I Ctrl+F it will highlight the search results as I type but it won't start scrolling my canvas around until I hit enter? I keep losing my place and it's quite frustr... -
Created Go to matching bracket?
Is there a hotkey to navigate to a matching bracket? For example, if I'm the end of a long function or if condition, and I want to get back to the start....is there a way to do that? -
Created A few questions regarding doc comments
Is there a list of supported @params? I just discovered @see seems to work, but I'm not sure what the proper syntax is to @see multiple functions How can I specify that a function takes a variable... -
Created What does "commit after merge without conflicts" do when using Hg?
As far as I can tell, it does nothing. I would expect it to pull up the standard commit dialog (Ctrl+K) after it's finished updating, but it doesn't.My biggest concern is that it's comitting with s... -
Created Generate "alter" SQL for database compare?
I just discovered the database diff feature in PhpStorm; pretty sweet! I think it found the problem I was having.Doesn't look fully fleshed out though; it looks like it's generating the create SQL ... -
Created How to send code fragment back to main editor?
I clicked inside a JavaScript fragment inside my main XML document, clicked the Lightbulb, and chose "Edit JavaScript Fragment" which openned it in a separate window. Made a couple changes; now how... -
Created How to navigate to XML element using symbol lookup?
When I'm in an XML file, the structure shows up in the Structure tree and in the Ctrl+F12 popup, so why don't they appear in the Ctrl+Alt+Shift+N popup? I'd like to be able to type something like "... -
Created Easy way to navigate to folder in Project Tree?
I just discovered that when I click on a folder in the breadcrumbs, I can see other files in that directory. That's a nice touch!However, I'd still like a quick way to navigate to a particular fold... -
Created How to see what function you are currently in?
In PhpStorm, when working in a large PHP function, is there an easy way to find out what function your cursor is in?As it stands, I have to scroll upwards until I find the function signature, and t... -
Created Can PhpStorm automatically do a pull & merge after commit & push?
At our company we have a script that always does commit, push, pull and merge (in Hg/Mercurial), but the commit interface in PhpStorm is much nicer. Is there a way we can get it do a pull and merge...