Tag Archives: database

PhpStorm 3.0: New and Noteworthy in Database Realm

This is a cross-post from IntelliJ IDEA blog. Original post by Gregory Shrago. There are many little things in database and SQL area that got attention in PhpStorm 3.0 release but now I just want to highlight the major ones. … Continue reading

Posted in Feature | Tagged , | 4 Comments

Find Table/Column Usages Searches Database Schema

In PhpStorm 2.1 “Find Usages” (Alt+F7) results for tables and columns include database schema usages, i.e. references in indices, primary and foreign keys, see screenshot below: Develop with pleasure! Note: since WebStorm doesn’t support working with Databases there is no … Continue reading

Posted in Feature | Tagged , | 1 Comment

PhpStorm: What makes a difference

We at JetBrains know how important it is to track what has been changed in your project from one version or revision to another. This is why PhpStorm 2.1 brings you new Diff Tools for comparing DB objects (Data Sources, … Continue reading

Posted in Feature | Tagged , | 3 Comments

Integrated Database Console

The latest PhpStorm EAP (build 94.430) contains a good number changes in Database-related functionality. Namely: A dedicated Database Console tool-window Сonsole-like UI keeps input and output in one place and retains the highlighting for execution history Configurable keyboard shortcuts for … Continue reading

Posted in Feature | Tagged , , | 8 Comments