Fabio

Avatar
  • Total activity 43
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 15
  • Created

    Execute the same query on multiple databases

    Answered
    Hi, I have 80 clients who are using my PHP application, so it means 80 different databases with the exact same structure. I already have created the datasources on IntelliJ. When I want to add new ...
    • 4 followers
    • 14 comments
    • 0 votes
  • Created

    Structural replace : remove HTML tags but keep content

    Hi,I would like to remove some tags in my document but keep content.Is there a way to do it with the structural search and replace?For instance, I want to replace:<section id="test"><p>bla bla/p> t...
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Show Variables in Editor

    Hi,There is a new incrédible debugging option in Intellij: Show Variables in EditorDoes anyone know if it is (or will be) available in PHPStorm?Thanks,Fabio Chelly
    • 3 followers
    • 2 comments
    • 0 votes
  • Created

    Autocomplete for classes when class name is modified by autoload

    Hi,I'm working on a big project where autoload changes the name of classes by adding "Core" to the class name.autoload :     require($root_dir.$classname.'Core']);Is there a way to tell PhpStorm to...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Create addons with scripts

    Is it possible to implement addons with scripts (javascript, Python or LUA for instance). I'm not a java programmer and it would be great to be able to create simple scripts instead of java compile...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Problems with macros

    Hi,I wanted to create a macro to search for the selected text in the current file.So I recorded "Find", then Alt+F7I have linked this macro to the key F4 to easilly search any selected text in the ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    SQL inspections shows a lot of false-positive errors in PHPStorm 6

    The latest version of PHPStorm allows me to activate SQL Inspections.The problem is that a lot of SQL strings are dynamically created with PHP variables or by concatenate different SQL lines (see a...
    • 6 followers
    • 8 comments
    • 3 votes
  • Created

    No documentation found with my library

    Hi,I'm using a big JS library cointaining a lot of functions with JSDoc.When I try to write the name of a function, the auto-complete works fine. But the documentation is never shown : I get "No do...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Change color of PHP variables inside embedded SQL

    Hi,When I use a PHP variable inside SQL code, it is correctly detected (I can ctrl+click on it for instance) but the variable is not highlighted in another color. Is there a way to change its color...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Find/Replace in all currently open files

    Hi,Is there a way to find/replace text in all currently open files?It's a basic feature so I thought that it must be hiding somewhere.Thanks,Fabio Chelly
    • 3 followers
    • 5 comments
    • 1 vote