M
M
Marat2015-09-18 10:07:18
Nginx
Marat, 2015-09-18 10:07:18

Is there a plugin to help when entering procedure functions?

Often you have to edit large files (from 2k lines) of code.
Functions/procedures are preceded by comments similar to javadoc:

/**
   * Запись в XML файл информации по реактивам
   * @param   varchar   rea     Реактив
   * @param   date      datep       Дата поставки
   * @param   varchar   cno      Номер контракта
   * @param   PLS_INTEGER    cType  Тип избирательности
   * @param   number    contrType   Тип контракта
   * @param   varchar   isSn        Класс опасности
   */
procedure WriteRRecInXml(rea in varchar, datep in date, cno in varchar, cType in PLS_INTEGER, contrType in varchar, isSn in varchar)

Is there a plugin (even if you have to edit the comments before declaring a function-procedure) that will display hints after entering the function name regarding the order of the arguments and their description?
And if he still knows how to drag these descriptions from other places (by includs, files from the specified directories, or at least by open tabs in the Editor), it would be very good (but it doesn’t happen much, I understand).
PS Maybe notepad++ can do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Pyanov, 2019-05-02
@gohdan

something like this:
location /wwd/ {
rewrite ^ https://site.com/www/index.jsp permanent;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question