Skip to main content
-1 votes
0 answers
70 views

I am using IntelliJ Idea with Gradle. Take for example: /** * Make sure to run the runData configuration before starting the client */ could runData there be substituted for something clickable/...
Maksiks's user avatar
  • 114
Advice
0 votes
2 replies
34 views

We can document code with backticks in JSdoc to see it styled like interpreted markdown when hovering over the definition: /** * This function is similar to `someFunction(foo)` */ function bar() { .....
Function's user avatar
-2 votes
1 answer
247 views

I want to add comments that depict the UI as part of its explanation. Before going on: Note that this is just an example, in most of the times, such drawing are needed to explain algorithms (A better ...
Juv's user avatar
  • 952
1 vote
0 answers
96 views

Currently, VSCode only recognizes JSDoc @typedef declarations in files that are open. For example, if I have a @typedef comment in a file that is NOT currently open in VSCode, VSCode thinks the type ...
user3163495's user avatar
  • 3,968
1 vote
1 answer
91 views

If I select all text in the SQL Developer and execute it, it works: select 16 cc, date '2025-03-05' coDate, 18 nr, 594.34 tvaInc, 1 cat from dual union all select 16 cc, date '2025-03-06' coDate, 22 ...
LegacyGrinder's user avatar
1 vote
2 answers
39 views

Looking for help as I'm trying to find a way to get a macro to find a specific word or phrase and, if found, apply a comment, if not found to move on to find the next word and apply comment. I want ...
Vivien Chong's user avatar
0 votes
0 answers
48 views

I’m trying to develop a custom integration where our backend system can interact with LinkedIn’s messaging and comment features — such as sending/receiving direct messages or posting/retrieving ...
ak0's user avatar
  • 1
2 votes
1 answer
105 views

I am creating a tool that transpiles a language that is pretty much OCaml to valid OCaml code. Now, I absolutely need to keep comments (in the correct places) when transpiling to OCaml. The problem is ...
João Nini's user avatar
0 votes
1 answer
69 views

I've been trying to figure this out, but no such luck. Ultimately, I'm trying to create a macro that searches the Word document for each instance of String1, selects a range of text starting with that ...
Joel Cooper's user avatar
0 votes
2 answers
113 views

I'm trying to lay out a text with a series of numbered comments that are part of the piece. As it is now, they're listed at the end of the text. Does anyone know the coding to have the text jump to ...
A. Scrima's user avatar
0 votes
0 answers
55 views

I’m working on a C project in Eclipse CDT and need to create clickable links between functions in comments (without leaving the editor). For example: c /* How to make this link clickable to jump to ...
jkon's user avatar
  • 191
2 votes
1 answer
87 views

Is there a way to copy paste into a cell comment? Can only do it from the clipboard, not from a cell or range reference. Or is there perhaps a vba way to call up the info in the clipboard and then ...
nickC's user avatar
  • 107
0 votes
1 answer
57 views

I wonder if I may use comments in between POSIX shell script's function name and its body? This appears not to throw any problem in shellcheck and runs in Dash / Bash, but searching for this ...
Vlastimil Burián's user avatar
0 votes
2 answers
112 views

Is there a spacemacs-y way to comment a line in Doom Emacs? In Spacemacs, it's SPC c l, but I couldn't find anything of the sort for Doom Emacs. I know I can comment a line using SPC : and then ...
cyberglot's user avatar
  • 395
0 votes
1 answer
78 views

Does anyone know how to stop Rider's code cleanup tool from affecting the indentation of comments? For reference whenever I use the code cleanup feature it changes this: switch (PlayerController->...
jpalmer999's user avatar

15 30 50 per page
1
2 3 4 5
420