Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードヒントは機能しますが、提案されたコードを選択して Enter キーを押すと、自動インポートされません..これの問題は何ですか?
ありがとう!
Flash Builder は、キーワード「new」を使用した場合にのみ自動インポートします
したがって、「Math.PI」と入力しても何も起こりませんが、オートコンプリートを使用して「new Math」と入力すると、インポートが行われます
「新しいものは何でも」と入力して、不要な場合は削除できます