Recommendations
The extension will make recommendations based on the experience of common problems discovered by engineers at Ionic. Recommendations appear with a light bulb icon and can either be acted upon or ignored.
Common Recommendations
Section titled “Common Recommendations”The following scenarios will show a recommendation:
- When packages are deprecated or archived by their author in GitHub
- When a plugin has a better officially supported Capacitor plugin
- When a plugin has known issues and is no longer maintained by its author
- When a project has problems in its
browserlistsupport - When there are misconfigurations of
angular.jsonfound - When versions of Capacitor
CLI,iOS,Android,Coreare mismatched - If an incompatible plugin can be replaced by a Capacitor equivalent
- When a plugin’s functionality is already built into Capacitor
- When a dependency has been replaced (such as
ionic-native->awesome-cordova-plugins) - If a plugin or dependency has known security vulnerabilities that need to be addressed
- When a plugin is not required (e.g.,
cordova-plugin-add-swift-support)