I’ve start using the Dart plugin for webstorm and wonder how can I open a Dart Application. I’m also looking for some documentaion of the plugin.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out this screen cast. You can jump to 2:05 and see specifically what you’re looking for in IdeaJ 11. Basically you have to configure the Chrome web browser to use Chromium in the dart SDK instead. You will also need to add a configuration to your project by taking the following steps:
These are for using a web page as you implied you’re doing in your comment, they are slightly different for a command line app, but I think you’ll see the differences clearly if you follow these steps.
NOTE: For the most recent dart plugin releases I found that I had to download IdeaJ 12 Preview/EAP known as Leda. However, it seems an older version of the dart plugin are available and working on IdeaJ 11.