obsidian-execute-code
obsidian-execute-code copied to clipboard
Code Auto-Completion
Eclipse and the Intelliji are Open-Source. It would be fun to try adding their Code Completion Engines to obsidian to make it Obsidian a real general purpose IDE.
(Maybe that's something for a separate Plugin, but we could include it as Opt-in or -out)
It might be easier to try get monaco (https://www.npmjs.com/package/monaco-editor) embedded in obsidian code blocks while editing, which would give autocomplete as well as a full blown editing experience, but I feel like it's better for a separate plugin. Maybe this plugin can expose an api to provide the editor with the parsed code block arguments and injects so autocomplete works with pre / post blocks for example.