obsidian-execute-code icon indicating copy to clipboard operation
obsidian-execute-code copied to clipboard

Code Auto-Completion

Open twibiral opened this issue 3 years ago • 1 comments

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)

twibiral avatar Oct 07 '22 21:10 twibiral

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.

milan338 avatar Oct 14 '22 05:10 milan338