From dc940a54827fa04cca6ddc652d0a09029f1a3b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 7 May 2025 15:47:32 +0200 Subject: [PATCH] faq.md: remove Code Completion section --- topics/basics/faq.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index e59b811da..12c444e79 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -46,12 +46,6 @@ for programmatic registration. * [How do I clear the read-only status of a file?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206142039-Clear-read-only-status) * [How can I show an editor with error highlighting in a tool window?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206146679-Error-highlighting-in-Editors) -## Custom Languages - -* [How do I provide auto-popup code completion in my language?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206139359-Autopopup-code-completion-in-custom-language) -* [How do I enable debugging for my custom language which is compiled into Java?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206786875-Debugging-custom-languages-) -* [How do I generate virtual Java classes mirroring the classes of my language?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206143749-Custom-languages-masquarding-as-a-java-source-file-within-IntelliJ) - ## User Interface * [How do I enable file name completion in a combo box?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206139509-Combobox-with-Browse-Button-and-Autocompletion-)