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.
这可能是一个愚蠢的问题,但是在 StarBasic 中编程宏时有什么方法可以自动完成?
我知道如果你想用 java 编程,有一个 eclipse 插件,但我找不到任何支持 BASIC 和自动完成的编辑器?
如果没有解决方案,有没有办法解决这个问题?
没有支持 Intellisense 的 openoffice basic IDE 但是我使用了一种解决方法。 编写代码 Visual Basic 6.0 IDE,然后将其粘贴到 openoffice basic ide。由于大多数语法相似,因此这种方式可以节省您的大量时间。