Skip to end of metadataGo to start of metadata
Optimize the website with the latest tools. Generate an Ionic App locally. Test the App directly on your Android phone. Design the App using the Creator tool. Import your designed App to your local build. Code the App to fetch data from the website and display it. Build a signed production version of the App.
Core. File System | Performance | IDEA-216453 | UI freeze after branch switch caused by file type detection from content (via TemplateDataLanguagePusher) |
Core. IDE Settings | Bug | IDEA-210503 | Freeze when trying to update IDE from 'Settings' dialog |
Core. Indices | Bug | IDEA-218036 | `java.lang.IllegalStateException: psiFile is null` ERROR causes editor to break in various ways |
Core. Platform API | Feature | IDEA-214797 | Allow using color palette in themes |
Bug | IDEA-210479 | A race condition in module structure loading | |
Bug | IDEA-204092 | ExternalSystemApiUtil#findProjectTasks not static | |
Core. Run | Debug. Configurations | Bug | IDEA-210897 | Not possible to paste the value containing equals sign in the environment variables |
Bug | IDEA-206657 | Compound Run Configuration triggers 'Run' but not 'Debug' | |
Editor | Bug | IDEA-211720 | Make brace highlighting consistent with move to matching brace action behavior |
Editor. Code Completion | Feature | IDEA-199722 | Can I make the live template appear at the top of the code completion list? |
Bug | IDEA-214469 | Live Templates suggestions disappear on non-alphanumeric character input | |
Editor. Editing Text | Performance | IDEA-216728 | IDE freezes when editing files |
Performance | IDEA-211672 | Editing of big file with search result Live Preview on is quadratically slow | |
Cosmetics | IDEA-218125 | Select all occurrences doesn't release highlight on blur | |
Editor. Formatter and Code Style | Bug | IDEA-214727 | Unexpected code style modifications on scheme switch |
Infrastructure. Packaging and Installation | Bug | IDEA-200887 | 'Failed to load JVM DLL' on a fresh copy of Windows 10 |
Plugin. Markdown | Bug | IDEA-213128 | UI not responding after opening markdown file |
User Interface | Bug | IDEA-212737 | Borderless UI: Project name keeps the default font on changing appearance font |
Bug | IDEA-212346 | Scrollbar does not reflect the size of the content in Version Control tab while resizing it | |
User Interface. Controls | Bug | IDEA-125108 | Alphabetical sorting in File Structure doesn't persist after closing |
User Interface. Focus | Bug | IDEA-189984 | Can't type in detached editor tab on Mac |
Bug | IDEA-215107 | The cursor is gone after 'Find in Path..' dialog | |
User Interface. Keyboard Input | Bug | IDEA-203286 | Paste From History appends paste history number to pasted content. |
Bug | IDEA-187355 | µ, when extracting method | |
User Interface. Navigation | Bug | IDEA-214915 | Home and end keys don't work in floating navigation bar |
Version Control. Git | Performance | IDEA-218198 | UI hanging due to Git filesystem access on main event queue thread (GitRootConverter.convertRoots) |
DB Introspection | Exception | DBE-8577 | MS SQL: attempts to introspect inaccessible database causes exceptions like[S0001][916] The server principal… is not able to access the database… under the current security context |
Data Views | Bug | DBE-7701 | While creating a new row, any boolean column with a default value set cannot be editted before the row is comitted to the database |
Bug | DBE-8453 | Can not open table editor for Apache Ignite database: Failed to parse query. Table 'UCP' not found | |
Usability | DBE-8318 | Filter History no longer showing up after 2019.1 release | |
SQL General | Bug | DBE-8499 | DataGrip UI hangs when (or right after) introspecting Oracle DB. |
No subsystem | Bug | WEB-38850 | A second space character is added after typing a space while entering a `return` keyword |
Build tools | Bug | WEB-39808 | Freezes in JsbtFileManager$MyVirtualFileListener.beforeFileDeletion |
CoffeeScript | Bug | WEB-38714 | )<0 sequence breaks coffeescript code colouring |
Bug | WEB-36037 | CoffeeScript Syntax Error: Unmatched closing ')' -- when it is actually present | |
Bug | WEB-39059 | CoffeScript, JSX: Coffeescript plugin is disabled on adding/removing braces in attribute value | |
JavaScript. Frameworks | Feature | WEB-36042 | HTML attributes and tags used as slot name for transclusion reported as illegal |
Feature | WEB-39351 | Add support for ngNonBindable directive | |
Feature | WEB-38855 | Angular @Attribute decorator not recognized | |
Bug | WEB-39128 | Angular: no support for 'spread' expression in metadata. | |
Bug | WEB-39722 | Unrecognized Ionic/Angular attributes | |
Bug | WEB-39460 | Angular: loading angular.json is broken if there are `input` sections in it | |
Bug | WEB-39587 | Angular - failed to load schematics exception | |
Bug | WEB-38781 | Angular - select attribute not recognized for ng-content | |
Performance | WEB-39115 | Angular: slow code completion on large projects | |
Performance | WEB-39085 | Editing HTML in Angular is slow | |
Exception | WEB-39906 | PsiInvalidElementAccessException in Angular project | |
TypeScript | Bug | WEB-39538 | Webstorm 2019.01 Fails to provide type hints with complex generics, conditional generics and wrappers in Angular Templates |
PhoneGap and Apache Cordova are frameworks for developing mobile application with single HTML, CSS, and JavaScript/TypeScript code base and targeting various mobile platforms, including Android.
PHPStorm: It is an IDE that is developed for PHP and Web Developers that contains several modern tools. It also offers features such as functionality, Code navigation, smart code editor for PHP, Testing and Debugging facilities. Apart from these, the presence of Database technologies is an interesting aspect of PHPStorm. In PhpStorm, the entire nodemodules directory is excluded, but not specifically the @ionic/angular. Note, references to other modules are working fine. Edit 2: Here's how the folder coloring shows up: @ionic/angular doesn't work. @ionic-native/core works.
Before you start
Install and enable the PhoneGap/Cordova plugin on the Settings/Preferences | Plugins page as described in Installing plugins from JetBrains repository.
Make sure you have Node.js on your computer.
Download and install an emulator tool depending on the target platform and the operating system you use. Learn more from the Cordova official website.
To emulate the iOS platform, install the ios-sim and ios-deploy command-line tools globally.
Open the embedded Terminal (Alt+F12) and type:
npm install -g ios-sim
npm install -g ios-deploy
Installing PhoneGap and Cordova
In the embedded Terminal (Alt+F12), type one of the following commands:
npm install -g phonegap@latest
Learn more from the PhoneGap official website.
npm install -g cordova
Learn more from the Cordova official website.
You can also install your package on the Node.js and NPM page as described in npm, pnpm, and Yarn.
Creating a new PhoneGap or Cordova application
If you have no application yet, you can generate a PhpStorm project with PhoneGap or Cordova-specific structure from a boilerplate template. Alternatively, create an empty PhpStorm project and configure PhoneGap or Cordova support in it.
Phpstorm Incoming Connection From Xdebug
Create an application from a template
Click Create New Project on the Welcome screen or select File | New | Project from the main menu. The Create New Project Dialog opens.
In the left-hand pane, choose Cordova.
Select Cordova even if you are going to develop a PhoneGap or an iOS application, because these frameworks use quite similar app generators.
In the right-hand pane, specify the path to the folder where the project-related files will be stored. Specify the location of the executable file. Depending on your operating system and target platform, this can be phonegap, phonegap.cmd, cordova, or cordova.cmd.
When you click Create, PhpStorm generates a skeleton of an application with the framework-specific structure.
Starting with an existing PhoneGap or Cordova application
To continue developing an existing application, open it in PhpStorm, download the required dependencies, and configure PhoneGap or Cordova support in your project.
Configure PhoneGap or Cordova in your project
Open the Settings/Preferences dialog Ctrl+Alt+S and go to Languages and Frameworks | JavaScript | Cordova.
Check the location of the executable file or specify the path to it if PhpStorm has not detected the executable automatically. This can be phonegap, phonegap.cmd, cordova , or cordova.cmd, depending on your operating system and the selected framework.
PhpStorm detects the installed version and displays it in the Cordova version read-only field.
In the Cordova working directory field, specify the folder where the application files to run are stored.
By default, PhpStorm automatically treats the platforms or www directory as excluded and ignores it during indexing, parsing, and code completion, see Configuring folders in a content root.
To preserve this default behavior, make sure the Automatically exclude working directories ('platforms', 'www' for ionic) checkbox is selected.
Running PhoneGap and Cordova applications
PhoneGap and Cordova applications are executed according to a dedicated run/debug configuration.
Phpstorm Ionic Pro
Create a run configuration
Phpstorm Icons
From the main menu, choose Run | Edit Configurations. In the Edit Configuration dialog that opens, click on the toolbar and choose Cordova from the context menu.
In the Run/Debug Configuration: Cordova dialog that opens, specify the following:
The name of the configuration.
In the Cordova executable field, specify the location of the executable file phonegap, phonegap.cmd, cordova or cordova.cmd, depending on your operating system and the selected framework.
In the Cordova working directory field, specify the folder where the application files to run are stored.
From the Command list, choose the command to run. The contents of the list, depend on the actually used framework, namely, on the executable file specified in the Cordova executable field. The available options are:
For PhoneGap:
emulate
run
prepare
serve
remote build
remote run
See PhoneGap CLI for a list of PhoneGap -specific commands with descriptions.
For Cordova:
emulate
run
prepare
serve
See Cordova CLI for a list of Cordova -specific commands with descriptions.
From the Platform list, choose the platform for which the application is intended.
The available options are:
- Android
iOS
To emulate this platform, install the ios-sim and ios-deploy command-line tools globally.Open the embedded Terminal (Alt+F12) and type:
npm install -g ios-sim
npm install -g ios-deploy
- browser
- amazon-fireos
- firefoxos
- blackberry10
- ubuntu
- wp8
- windows
- windows8
Learn more about targeted platforms from the Platform Guides.
For Cordova, specify the targeted virtual or physical Android device to run the application on: select the Specify Target checkbox and select the required device from the list.
The list shows all the virtual and physical devices that are currently configured on your machine. Learn more about setting up emulators from the Cordova official website.
If PhpStorm displays the following error message: Cannot detect ios-sim in path, make sure you have installed the
ios-sim
, see Before you start.
Run an application
Phpstorm Ionic Login
Select the newly created run configuration from the list on the main toolbar and click next to the list.