Notepad++ and code completion

前端 未结 6 2160
情话喂你
情话喂你 2021-02-02 07:19

Is there any way to improve code completion in notepad++?

Currently it supports some kind of \"static\" code completion and it requires to make a list of instructions a

6条回答
  •  眼角桃花
    2021-02-02 08:16

    You have some code completion sections to look at here. But i would mainly suggest you change to an IDE for the programming language because Notepad++ doesn't have any of the benefits you find in a Real IDE. ( Maybe because it's a text-editor and not an IDE ).

提交回复
热议问题