1

これはばかげた質問かもしれませんが、StarBasic でマクロをプログラミングするときにオートコンプリートを取得する方法はありますか?

Java でプログラミングしたい場合、Eclipse 用のプラグインがあることは知っていますが、BASIC とオートコンプリートをサポートするエディターをまったく見つけることができませんでした。

解決策がない場合、これを回避する方法はありますか?

4

1 に答える 1

0

There is no IDE for openoffice basic that supports Intellisense But there is a work around that i use.

Write your code Visual Basic 6.0 IDE and then paste it to openoffice basic ide. Since most of the syntax is similar, this way can save your lot of time.

于 2012-10-04T12:32:43.567 に答える