6,295 questions
-1 votes
0 answers
70 views
Is it possible to link/run Gradle tasks in comments in IntelliJ Idea? [closed]
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/...
Advice
0 votes
2 replies
34 views
Use backticks inside backticks in JSdoc / PHPdoc etc
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() { .....
-2 votes
1 answer
247 views
How do I create comments in my code that contain depiction of dialogs, windows and forms [closed]
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 ...
1 vote
0 answers
96 views
VSCode only checks JSDoc in files that are currently open. How do I make it check the entire project?
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 ...
1 vote
1 answer
91 views
Oracle SQL Developer claims missing select just because of end line comment
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 ...
1 vote
2 answers
39 views
Macro for multi word or phrase find and apply comment bubble with specific comment
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 ...
0 votes
0 answers
48 views
How to access LinkedIn Messaging and Comment APIs for custom integration?
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 ...
2 votes
1 answer
105 views
How to parse comments and keep them?
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 ...
0 votes
1 answer
69 views
VBA in Word - selecting ranges and making comments
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 ...
0 votes
2 answers
113 views
HTML coding in Wordpress Classic Editor
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 ...
0 votes
0 answers
55 views
In Eclipse CDT how to create clickable function links in C comments?
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 ...
2 votes
1 answer
87 views
Copy Paste to a cell Comment
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 ...
0 votes
1 answer
57 views
Comments in between POSIX shell script's function name and its body, problem?
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 ...
0 votes
2 answers
112 views
Is there a spacemacs-y way to comment lines in Doom Emacs?
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 ...
0 votes
1 answer
78 views
Rider Code Cleanup Auto Indenting on Comments
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->...