Id like to (as efficiently as possible) do all of the labs(assignments with pre-existing code) given to me in codeHS in Replit
I am trying to link an IDE called CodeHS to Replit. I am doing this so all of the data and pre-existing code in CodeHS will be easily and automatically transferred to Replit without having to manually copy and paste everything, or create new file types in Replit. I am trying to code in codeHS using replit effectivley.
Create code editor auto-suggest (like IntelliSense)
If one would to write auto-suggest for an IDE/code editor (like IntelliSense), does one generally need to write a parser for any language that should be supported, or do compilers/runtimes provide these things?
Is there a way to compare and record changes to code without VCS?
I’m working for a client that has no version control system in place. I want to record changes to code without having to add all changes to a spreadsheet. I’m restricted to using Notepad++ so would a plugin or macro for this be another option?
Are there any programming fonts with oldstyle figures? [closed]
Closed 9 years ago.
Was Xcode created with Xcode? [closed]
Closed 8 years ago.
It is inconsiderate to place editor settings inside code files?
I know this is kind of a subjective question, but I’m curious if there’s any good reason to place (or not place) editor settings inside code files. I’m thinking in vi
modelines, but it is possible that this applies to other editors.
What is the purpose of Console in Sublime text editor?
I want to know what purpose does console solve in sublime text 2. This is invoked by pressing Ctrl+Shift+`
Is a coding standard even needed any more?
I know that it’s been proven that a coding standard helps enormously. However, there are many different tools and IDEs that will format to whatever standard the programmer prefers. So long as the code’s neat/commented (and not a spaghetti mess), I don’t see the need for a coding standard.
What IDE(s) or editor(s) do companies like Google, Apple, IBM, etc. use? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. Even though I have quite some experience in […]
Is C# development effectively inseparable from the IDE you use?
I’m a Python programmer learning C# who is trying to stop worrying and just love C# for what it is, rather than constantly comparing it back to Python.