code editor should include features like - intellisense, linter, snippets & syntax support
IntelliSense Technology:
is the general term for a number of features: Quick Info, and auto completion/correction, that help in keeping track of the parameters you are typing, and add calls to properties and methods with only a few keystrokes.
Code Linting:
is the process of running a program that will analyse code for potential errors. lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code.
Syntax Support:
associates a set of nested statements, in certain code, that is delimited.
Code Snippets:
is a small region of re-usable source code, machine code, or text. These are formally defined operative units to incorporate into larger programming modules.
Thank you for your input!
Unfortunately, we have to close your request because it has not become quite popular for further implementation over the years.
—
IG
-
mojai moja commented
please provided find and replace option during edit the html or php like file
-
Bato commented
Please make the code editor when we switch between different files, when we go back, it should go to the same position we were at.
You need to make each file opened position recorded in a different memory space, and the position too. So if we go back to the same file, it will not ask us to save the file or not and to go back to the same cursor location we had before.
-
Bato commented
Add the following features in code editor:
- find and replace function.
- the code should stay in an open window, so that a customer can go back and click on other stuff while the code is open.
- when highlighting command or variable, it should highlight the same command or variable, across the whole code.
-When leaving the file and going to another file, it should not ask me if I need to save, just keep in there in the memory because it may be needed to undo stuff or redo it again.
-
Anonymous commented
If the code editor can improve it will better for the daily user who is editing code from this editor regularly